/* global */

.wy-nav-content {
    max-width: 1000px !important;
}

/* calendar */
table.calendar {
    font-family: arial, helvetica;
    font-size: 11pt;
    empty-cells: show;
    border: 1px solid #000000;
    border-collapse: collapse;
}
table.calendar tr td {
    vertical-align: middle;
    border: 1px solid #aaaaaa;
}
table.calendar tr {
    text-align: center;
    background: #ffffff;
}
table.calendar tr:nth-child(2n) {
    background: #eeeeee;
}
table.calendar thead tr {
    text-align: center;
    background: #444444;
    color: #ffffff;
    height: auto;
    font-weight: bold;
}
.paper {
    text-align: left;
}
