div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:9999;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
    div.title-search-result {
        max-height: 50vh;
    }
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
	width: 100%;
}

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

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

table.title-search-result td.title-search-item {
	padding: 5px 15px 5px 2px;
}
table.title-search-result td.search-separator {
	padding: 15px 15px 5px;
font-weight: 500;
    font-size: 16px;
    line-height: 1.18;
}
table.title-search-result td.search-separator:hover {
	background: #fff;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

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

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

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:#f7f7f7;
}

table.title-search-result td.title-search-more {
/*	font-size:11px;*/
	font-weight:normal;
	padding-right:15px;
	padding-left:30px;
	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: 15px 15px 15px 40px;
}

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;
}
div.title-search-result {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	border: none;
}
table.title-search-result th {
	background-color: #f7f7f7;
	border-right: none;
	color: #000;
	font-weight: normal;
	padding: 5px 20px;
}

table.title-search-result td.title-search-item a {
	color: #4A71BD;
	font-weight: 300;
/*	border-bottom: 1px dotted;*/
}
table.title-search-result td.title-search-item a b {
	font-weight: 900;
}
td.title-search-item a:before {
    content: "\e900";
    font-family: "milandr-icons";
    position: relative;
    font-size: 11px;
    line-height: 1;
    margin: 0 15px 0 10px;
    font-weight: normal;
    transition: color 0.3s ease;
}