.btn-appointment {
    background: #00A99D;
    border-color: white;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.btn-appointment-details {
    background: #00A99D;
    border-color: white;
    font-size: 15px;
    color: white;
    font-weight: bold;    
}

.btn-add-patient {
    background: #00A99D;
    border-color: white;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.btn-add-patient-details {
    background: #00A99D;
    border-color: white;
    font-size: 15px;
    color: white;
    font-weight: bold;    
}

.row-top-buffer { 
    margin-top:20px; 
}