.timepicker {
    position: absolute;
    z-index: 1000;
    float: left;
    width: 160px;
    padding-bottom: 5px;
    margin: 2px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #00000026;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px #0000002d;
    box-shadow: 0 6px 12px #0000002d;
    background-clip: padding-box;
}