html {
    background-color: #fff;
    color: #000;
    font-family: Verdana;
}

.double-sided {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

#calendar {
    width: 100%;
    height: 100%;
}

.google-calendar {
    background: rgba(255, 255, 255, 0.5);
    padding: 2px 4px 4px 4px;
}
.google-calendar a {
    text-decoration: none;
    font: bold 12px Verdana;
}

.google-calendar a:link, .google-calendar a:visited, {
    color: #f8f;
}

.google-calendar a:hover {
    color: #f0f;
}

.daycell {
    border-left: 1px solid #ddd;
}

.date {
    padding: 4px;
    text-align: center;
    font-weight: bold;
    background: #666;
    color: white;
}

.dayofweek {
    text-align: center;
    color: #666;
}


.label {
    font: bold 11px Verdana;
    line-height: 10px;
    padding-left: 8px;
}

.month {
    font: bold 18px Verdana;
    padding: 2px 0 0 8px;
    color: white;
}

.JAN, .MAR, .MAY, .JUL, .SEP, .NOV { background-color: #66f; }
.FEB, .APR, .JUN, .AUG, .OCT, .DEC { background-color: #88f; }

.SAT, .SUN { background-color: #f8f8f8; }
.day1 { border-left: 1px solid black; }
.today { background-color: #ffd; }
.past { background-color: #dce7e7; border-left: 1px solid #b0b0b0; }

.event {
    border-radius: 8px;
}

.info-titlebar {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    text-align: center;
    /*border-radius: 16px 16px 0 0;*/
    padding: 4px 0 0 0;
}

.info-background {
    /*background: rgba(255, 255, 255, 0.9);*/
    /*border-radius: 16px;*/
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.info-text {
    padding: 8px;
    overflow: auto;
}

.info-close {
    background: rgba(255, 255, 255, 0.9);
    color: black;
    font-weight: bold;
    text-align: center;
    /*border-radius: 16px 16px 0 0;*/
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.info-calshare {
    font-size: 12px;
    font-weight: bold;
    margin: 2em 0;
}

.info-calshare a {
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 0.5em;
}

.info-calshare a:link, .info-calshare a:visited, .info-calshare a:active {
    text-decoration: none;
    color: white;
}

.date-range {
    margin-top: 1em;
    font-size: 14px;
}

.timezone {
    color: rgba(0, 0, 0, 0.5);
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.toggle-button {
    cursor: pointer;
}

.filter {
    background: black; color: white;
}