* {
    font-family: Helvetica, Verdana, Geneva, sans-serif;
}

body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

button {
    background: #DDD;
    border: 1px solid #ccc;
    color: #222;
    font-weight: bold;
    padding: 5px 7px;
}

button[disabled] {
    color: #7e7e7e;
}

/* Header */
#header {
    background: #f0f0f0;
    border-bottom: 2px solid #eaeaea;
    text-align: right;
    padding: 18px 8px 4px 8px;
    position: relative;
    height: 40px;
}

#header form {
    display: inline;
}

#header h1 {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#header h2 {
    position: absolute;
    left: 12px;
    top: 33px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#header #logo {
    display: none;
}

/* Calendar */
table.calendar {
    margin: 25px auto 10px auto;
    border-collapse: collapse;
}

table.calendar thead th {
    font-weight: normal;
    padding-bottom: 4px;
    border: 1px solid #222;
    text-align: center;
    background-color: #878787;
    color: white;
    font-size: 13px;
}

table.calendar thead th span {
    position: relative;
    top: 1px;
}

table.calendar > tbody > tr > td {
    width: 120px;
    border: 1px solid #222;
}

table.calendar td.date {
    white-space: nowrap;
}

table.calendar td.description {
    width: 99%;
    text-align: right;
    padding-right: 3px;
}

table.calendar td.description img {
    position: relative;
    top: 2px;
}

table.calendar .holiday,
table.calendar .weekend {
    background: #dadada !important;
    -webkit-print-color-adjust: exact;
}

table.calendar .holiday .date,
table.calendar .weekend .date {
    font-weight: bold;
}

table.calendar .holiday td.description span {
    /* display: none; */
}

/* Legend */
div.legend {
    width: 730px;
    margin: 0 auto;
    font-size: 10px;
}

div.legend .product {
    width: 20%;
    position: relative;
    float: left;
    height: 30px;
}

div.legend img {
    margin-top: 5px;
}

div.legend .description {
    position: absolute;
    top: 0;
    left: 20px;
}

div.legend .aperiodic {
    top: 5px;
}

div.legend .cycle {
    display: block;
    font-size: 9px;
}

/* Misc */
p.service {
    margin: 0 auto;
    padding: 25px 0;
    width: 750px;
    clear: left;
}