/* ========== Header ========== */

img.logo {
    max-height: 50px;
}

/* ========== Login ========== */

#page-login .default-box .login-icon img {
    max-height: 100px;
}

/* ========== Footer ========== */

.footer {
    padding-top: 10px;
}

/* ========== Reservatons ========== */


.schedule_title {
    text-align: center;
    vertical-align: top;
}



/* ========== Legend ========== */

.schedule-legend {
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 30px;
}

div.legend {
    line-height: 30px;
}


.reserved.mine {
    background-color: #FF0000 !important;
}


table.reservations td {
    border: solid #36648B 1px;
    height: 20px;
    display: table-cell;
}


