.styled {
width: 100%;
height: 50px;
overflow: hidden;
background: url(dropdown-icon.png) no-repeat 100% #7961aa;
}
.styled select {
border: none;
background: transparent;
padding: 5px;
height: 50px;
color: #fff;
-webkit-appearance: none;
width: 100%;
text-indent: 5px;
font-size: 16px;
-moz-appearance: none;
text-indent:0.01px;
text-overflow: '';
}
.styled select option {
background-color:#fff;
color:#7961aa;
}
.styled .selected {
color: #fff;
background-color:#7961aa;
}
@media screen\0 {
.styled {
background: #7961aa;
}
}
h3.header {
margin: 0;
padding: 0;
cursor: pointer;
font-size: 16px;
min-height: 49px;
position:relative;
}
.headerColumn1 {
font-weight: normal;
width: auto;
float: left;
margin: 0 54px 5px 5px; line-height:44px;
}
.headerColumn2 {
width: 44px;
right: 0;
float: left;
margin: 0 5px 5px 0;
position: absolute;
}
.expandContent {
max-width: 100%;
clear: left;
margin-bottom: 14px;
border: solid 1px #ddd !important;
padding: 5px;
border-radius: 3px;
box-shadow: 0 0 2px #dedddd;
background: #fff;
}
.expandedContent {
max-width: 100%;
clear: left;
margin: 5px 5px 10px 5px;
font-size: 14px;
}
.expandedContentClearFloat {
width: 100%;
clear: left;
}
.view-all
{
background: #ff6600;
padding: 10px 39px;
text-transform: uppercase;
border-radius: 3px;
color: #fff;
font-size: 16px;}
.view-all:hover
{
background: #202020 !important;
text-decoration:blink !important;
color:#fff !important;
}