div.time-picker {
position: absolute;
height: 191px;
width:4em; overflow: auto;
z-index: 999;
margin: 0;
background: rgba(0,0,0,0.8);
}
div.time-picker-12hours {
width:6em; }
div.time-picker ul {
list-style-type: none;
margin: 0;
padding: 0;
}
div.time-picker li {
cursor: pointer;
height: 10px;
font: 12px/1 Helvetica, Arial, sans-serif;
padding: 4px 3px;
}
div.time-picker li.selected {
background: #0063CE;
color: #fff;
}