select {
padding-left:10px;
margin-right:10px;
width:100px;
height:30px;
background-color:#333840;
border-radius:4px;
color:white;
border:1px solid#333840;
}
ul {
float:left;
list-style:none;
}
ul li {
float:left;
color:blue;
background-color:rgba(25,25,255,.1);
padding:3px;
border-radius:4px;
border:1px solid #1d325d;
margin-left:4px;
}
ul li:hover {
background-color:rgba(25,25,255,.2);
}
ul li span {
cursor:pointer;
}