/* styles applied to the calendar.js calendar table */
#calendar_table {
    float: right;
    margin: 0 0 0 1em;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }

#calendar_head {
    letter-spacing: .1em;
	font-size: 1em;
    text-align: center;
    padding: .5em;
    background-color: #c63;
    color: ivory;
    }

.calendar_weekdays {
    width: 2.5em;
	font-size: small;
    text-align: center;
    padding: .5em;
    font-weight: normal;
	color: #666;
    }

.calendar_dates {
    text-align: center;
	color: #000;
    }

#calendar_today {
    font-weight: bold;
    color: #cc6633;
    border: 1px solid #ccc;
    }
