div.title-search-result {
	margin-top: 26px;
	font-family: "Montserrat" !important;
	font-weight: 600;
	font-size: 1rem;
	border:1px solid unset;
	display:none;
	overflow:hidden;
	width: 100%;
	border-radius: 17px;
	box-shadow: 0px 4px 18.3px 0px #0000001F;
	z-index:1000;
	padding: 23px 26px 31px;
	background: white;
}


table.title-search-result {
	width:100%;

}

table.title-search-result th {
	display: none;
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;

}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:normal;
	width: 100%;
}



table.title-search-result td.title-search-item a {
	display: block;
	text-decoration: none;
	color:black;
	vertical-align:top;
	font-weight: 600;
	margin-bottom: 14px;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#F43E21;
	font-weight:600;
}

/* table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
} */

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
@media (min-width:768px) and (max-width:1399.98px) {
	div.title-search-result {
		margin-top: 0px;
	}
}
@media (max-width:767.98px) {
	.title-search-result td{
		font-size: 0.875rem;
	}
	div.title-search-result {
		margin-top: 5px;
	}
}