@charset "utf-8";
/* CSS Document */

.card-header{
    background:#0d6efd;
    color:white;
    text-align:center;
    font-weight:bold;
}

.hora-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:6px;
}

.btn-reservar{
    padding:2px 8px;
    font-size:13px;
}

.ocupado{
    background:#dc3545 !important;
    color:white !important;
}