.time-edit {
}

.time-edit-table {
    width: 120px;
    height: 20px;
}



.time-edit-field {
    width: 50px;
    border: none;
    height: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

    .time-edit-field :hover {
        border-bottom: 1px solid #0094ff;
    }

.time-edit-cell {
width:55px;
}

.time-edit-btn {
    width: 11px;
    height: 11px;
    border: solid 1px #f2f2f2;
}

.time-edit-btn-cell {
    width:12px;
}

    .time-edit-btn:hover {
        cursor:pointer;
    }
