.gltimepicker {
    background-color: #ffffff;
    height: 120px;
    overflow: auto;
    position: absolute;
    z-index: 31000;
    border: solid 1px #bbbbbb;
    border-radius: 3px;
    box-shadow: 1px 1px 12px #555;
    display:none;
}

.divPr {
    height: auto !important;
}

.gltimepicker table {
    width: 100%;
} 
.gltimepicker tr {     
    width:100%;
}

.gltimepicker td {
    width:25%;
    border-bottom:  solid 1px  #bbbbbb;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    cursor:pointer;
    /*font-size: 25px;*/ 
}

.gltimepicker td:hover {
    background-color: #e2e2e2;
}

.gltimepicker td.selectedtp {
    background-color: #a2a2a2;
}