/* Light Color */
        
        body #booked-profile-page input[type=submit].button-primary:hover,
        body table.booked-calendar input[type=submit].button-primary:hover,
        body .booked-modal input[type=submit].button-primary:hover,
        body table.booked-calendar thead,
        body table.booked-calendar thead th,
        body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
        body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button,
        body #booked-profile-page .booked-profile-header {
            background: #365769 !important;
        }
        
        body #booked-profile-page input[type=submit].button-primary:hover,
        body table.booked-calendar input[type=submit].button-primary:hover,
        body .booked-modal input[type=submit].button-primary:hover,
        body table.booked-calendar th,
        body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
        body #booked-profile-page .booked-profile-appt-list .appt-block .google-cal-button,
        body #booked-profile-page .booked-profile-header {
            border-color: #365769 !important;
        }
        /* Dark Color */
        
        body table.booked-calendar tr.days,
        body table.booked-calendar tr.days th,
        body .booked-calendarSwitcher,
        body .booked-calendarSwitcher select {
            background: #264452 !important;
        }
        
        body table.booked-calendar tr.days th {
            border-color: #264452 !important;
        }
        /* Primary Button Color */
        
        body #booked-profile-page input[type=submit].button-primary,
        body table.booked-calendar input[type=submit].button-primary,
        body .booked-modal input[type=submit].button-primary,
        body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
        body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block {
            background: #56c477;
        }
        
        body #booked-profile-page input[type=submit].button-primary,
        body table.booked-calendar input[type=submit].button-primary,
        body .booked-modal input[type=submit].button-primary,
        body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
            border-color: #56c477;
        }
