.timepicker {position:absolute; float:left;}
.timepicker .chevron {float:left; width:100%; height:7px; text-align:center; font-size:14px; color:#525252;}
.timepicker .wrap {float:left; width:100%; max-height:180px; overflow:auto; border-radius:3px; background:#525252;}

.timepicker a:link,
.timepicker a:visited {float:left; clear:left; width:100%; padding:10px; color:#999;}
.timepicker a:hover {background:#666; text-decoration:none;}

.timepicker a.today {background:#ffc;}
.timepicker a.current {background:#2382ef; color:#fff; font-weight:700; color:#fff;}

.timepicker a.today:hover {background:#ffffa9;}
.timepicker a.current:hover {background:#2382ef;}