a.open-modal{
    display: block;
    text-align: center;
    padding: 24px 20px;
    border: 1px dashed;
    margin: 20px 0px;
    font-size: 30px;
    color: #0081e4;
}
a.open-modal:hover{
    background: #fff;
}
.time-table td,
.time-table th{
    text-align: center;
    padding: 15px 0px;
    vertical-align: middle;
}
.time-table th{
    font-weight: 600;
}
.time-table td a{
    display: none;
    background: #fff;
    width: 30px;
    margin: 5px auto;
    padding: 2px 0px;
    border-radius: 3px;
}
.time-table td a:hover{
    background: #0073aa;
    color: #fff;
}
.time-table td a i{
    font-size: 15px;
}
.time-table td.add a.open-add-service{
    display: block;
}
.time-table td.edit a.open-edit-service,
.time-table td.edit a.open-delete-service{
    display: block;
}
.time-table td a.delete-time{
    display: block;
}