/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: #2e4551;
}
body table.booked-calendar th .monthName a:hover {
    color: #fa9279 !important;
}
body table.booked-calendar th .monthName a:hover {
	color: #ffffff;
}


body table.booked-calendar thead th {
    background: #ffffff !important;
    border: none !important;
    color: #2e4551 !important;
}
body table.booked-calendar thead .days th {
    color: #ffffff !important;
}

body table.booked-calendar thead th .page-right,
body table.booked-calendar thead th .page-left {
    color: #2e4551 !important;
}

body table.booked-calendar td.today .date span {
    border-color: #fa9279;
    background: #fa9279;
    color: #ffffff !important;
}
body table.booked-calendar tr.week td.active .date .number {
    color: #2e4551 !important;
}
body table.booked-calendar td.today:hover .date span {
    background: #fa9279 !important;
}
body table.booked-calendar td.today.prev-date .date span {
    color: #fff !important;
}
body #booked-profile-page input.button-primary[type="submit"]:hover,
body table.booked-calendar input.button-primary[type="submit"]:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input.button-primary[type="submit"]:hover,
body .booked-modal input.button-primary[type="submit"]:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .appt-block .google-cal-button > a:hover,

body .body_wrap .content #booked-profile-page input.button-primary[type="submit"]:hover,
body .body_wrap .content .booked-list-view button.button:hover,
body .body_wrap .content .booked-list-view input.button-primary[type="submit"]:hover,
body .body_wrap .content table.booked-calendar input.button-primary[type="submit"]:hover,
body .body_wrap .content .booked-modal input.button-primary[type="submit"]:hover,
body .body_wrap .content table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body .body_wrap .content #booked-profile-page .booked-tabs li.active a,
body .body_wrap .content #booked-profile-page .booked-tabs li.active a:hover,
body .body_wrap .content #booked-profile-page .appt-block .google-cal-button > a:hover {
    background: #2e4551 !important;
    border-color: #2e4551 !important;
}

body table.booked-calendar th, body table.booked-calendar td {
    border-color: #e4e7e8 !important;
}

body table.booked-calendar thead th .monthName {
    font-size: 1.2em;
    height: auto;
}
.tribe-events-calendar .tribe-events-has-events .tribe-events-viewmore a {
    display:inline-block;
    text-align:center;
    padding:0.6em 1.3em 0.75em;
    font-weight:400;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    border-radius: 1.6em;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}