div.time-picker {
  position: absolute;
  height: 150px;
  width:110px; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  margin:0px;  
}
div.time-picker-12hours {
  width:110px; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
  font-size:11px;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}