/* ------- General ------- */
* {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    background-color: #FFF;
    font-size: 12pt;
}
/* ------- header ------- */
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.3em;
    border-bottom: 1px #C0C0C0 solid;
    margin-bottom: 0.5em
}
h3 {
    font-size: 1.1em;
    margin-bottom: 0.25em;
}
h4 {
    font-size: 1em;
    margin-bottom: 0.25em;
}
.header{
    background-color: #EEE;
    padding: 2em 2em 1em;
}
.header_address {
    font-size: 0.85em;
}
/* ------- Main ------- */
.main_container {
    margin: 2em 2em;
}
.medical_hours_table {
    border-collapse: collapse;
    margin-bottom: 1em;
}
.medical_hours_cell {
    border: 1px solid #888;
    padding: 0.5em 1em;
    text-align: center;
}
.message {
    margin-bottom: 1.5em;
}
.bringings {
    margin: 0 2em 2em;
}
.notes_gray {
    color: #858585;
}
.notes_small {
    font-size: 0.85em;
}
/* ------- Footer ------- */
.bottom_notice {
    color: #555;
    background-color: #EEE;
    padding: 2em;
}
.notice_title {
    font-size: 0.9em;
    font-weight: bold;
}
.notice_message {
    font-size: 0.85em;
    margin-bottom: 0.5em;
}
.footer {
    margin-top: 1em;
    text-align: center;
}
