@media print{@page {size: landscape}}

/* Header */
#header {
    background: none;
    border: none;
    height: 30px;
}

#header form, #header button {
    display: none;
}

#header h1 {
    font-size: 14px;
}

#header h2 {
    font-size: 13px;
    top: 28px;
}

#header #logo {
    position: absolute;
    right: 8px;
    top: 6px;
    display: inline;
}

/* Calendar */
table.calendar {
    margin-top: 25px;
    margin-bottom: 5px;
}

table.calendar thead th {
    color: black;
    background: none;
    font-size: 15px;
	/*padding-bottom: 6px;*/

    /* border: none; */
    border: 2px solid #222;
    line-height: 20px;
    font-weight: bold;
}

table.calendar > tbody > tr > td {
    width: 120px;
}

table.calendar td.date {
    font-size: 10px;
}

table.calendar td.holiday td.description span {
    font-size: 8px;
}

/* Legend */
div.legend {
    font-size: 8px;
}
