<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.sbHolder{	
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	position: relative;
	width: 230px;
    right: -1px;
}
.sbHolder:focus .sbSelector{
	
}

.sbSelector{
	display: block;
	height: 42px;
	left: 0;
	line-height: 42px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 230px;
    color: #474747;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    padding-right: 0;
    text-align: center;
    border: solid 1px #dbdbdb;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #474747;
	outline: none;
	text-decoration: none;
}
.sbToggle{	
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 3px;
	width: 9px;
}
.sbToggleOpen{
}
.sbToggleOpen:hover{
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #f2f2f2;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 230px;
	z-index: 5;
	overflow-y: auto;
	text-align: center;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
}
.sbOptions li{
	padding: 0px;
}
.sbOptions a{
	border-top: 1px solid #EAEBEC;
    font-weight: 700;
	display: block;
	outline: none;
	padding: 7px 0 7px 10px;
    font-size: 16px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #474747;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBBC28;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

@media (max-width: 480px){
    .offerListPanel{float: none;width: auto;}
    .sbHolder{width: 170px; float: left;}
    .sbSelector{width: 170px;font-size: 14px;}
    .sbOptions{width: 170px;}
    .sbOptions a{font-size: 13px;padding-left: 0px;}
}</pre></body></html>