<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.selectric-wrapper { margin: 0 0 0; width: 100%;  }


.selectric {
	color: black;
	min-height: 53px;
	padding: 0;
	border: 0;
	-moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #cbd5db; background: white;
width: 100%;


}
.selectricWrapper ul li:before{
	display: none;
}

.selectric .label {
    color: black;
    display: block;
    font-size: 1em;
    line-height: 53px;
    margin: 0 38px 0 0;
    min-height: 18px;
    overflow: hidden;
    padding: 0 0 0 15px;
	  text-overflow: ellipsis; 
    white-space: nowrap;
	  max-width: 100%; width: 100%;
}

.selectric .button {
    height: 53px;
    width: 38px;
	 background: transparent url(../img/combo.png) no-repeat center center;
	 color: transparent !important;
	 
}
.selectric .button:after {
  display: none;
}
.selectric-items ul li:before{ display: none; }
.selectric-items ul li{ margin: 0; padding: 0; border: 0; background: white; display: block; padding: 5px 15px; font-size: 1em; color: black; }

.selectric-items {
	background: white;
	border: 1px solid #cbd5db; 
	padding: 0; width: 100%;
	margin: 0;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,.1);
 	border-top-width: 0;  
	width: 100% !important;

}



.selectric-open .selectric{ -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;  }
.selectric-open  .selectric-items{ margin-top: -1px; z-index: 1; }

.selectric-above .selectric{ border-bottom-width: 1px; border-top-width: 0; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}
.selectric-above .selectric-items{ border-width: 1px 1px 0 1px; margin-top: 0; margin-bottom: -1px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

</pre></body></html>