<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * styles for search pages in frontend
 */
.cstmsrch_entry_content {
	display: table-row;
	width: 100%;
}
.cstmsrch_thumbnail_left,
.cstmsrch_thumbnail_right,
.cstmsrch_excerpt {
	display: table-cell;
}
.cstmsrch_entry_content .cstmsrch_thumbnail_left img {
	margin-right: 20px;
	max-width: none;
}
.cstmsrch_entry_content .cstmsrch_thumbnail_right img {
	margin-left: 20px;
	max-width: none;
}
.cstmsrch_entry_content .cstmsrch_thumbnail_left a,
.cstmsrch_entry_content .cstmsrch_thumbnail_left a:hover,
.cstmsrch_entry_content .cstmsrch_thumbnail_right a,
.cstmsrch_entry_content .cstmsrch_thumbnail_right a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.cstmsrch_excerpt {
	vertical-align: top;
	word-break: break-word;
}
.cstmsrch_submit_type{
    text-align: center;
}
.cstmsrch_submit_type input[type="submit"]{
    display: inline-block;
 	padding-top: 4px;
 	padding-bottom: 4px;
 	margin: 1px;
}
.vacancy .cstmsrch_thumbnail_left img,
.vacancy .cstmsrch_thumbnail_right img {
	display: block !important;
}</pre></body></html>