div {
    page-break-inside: avoid;
}

div.row {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

div.row.first-row {
    border-top: 1px solid black;
}

div.row.merge-with-bottom {
    border-bottom: 0 none white !important;
}

div.no-border {
    border: 0 none white !important;
}

div.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.page-break {
    page-break-before: always;
}

div.col {
    border-right: 1px solid black;
    padding: 10px 20px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    height: 100%;
}

div.col.rightmost,
div.col:last-child {
    border-right: 0 none white !important;
}

div.col.top-border {
    border-top: 1px solid black;
}

div.col1 {
    width: 100%;
}

div.col2 {
    width: 50%;
}

div.col3 {
    width: 33.3%;
}

div.col4 {
    width: 25%;
}

div.col5 {
    width: 20%;
}

div.day {
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 5em;
}
div.day.no-padding {
    padding-top: 0;
}

div.col > div {
    margin-bottom: 0.5em;
}

div.nurse {
    font-weight: bold;
    font-size: 14px;
}

div.hall {
    font-style: oblique;
    text-transform: uppercase;
}

div.session {
    text-transform: uppercase;
}

div.subtext {
    color: #11B4DE;
    font-size: 14px;
    /*font-weight: bold;*/
}

div.support {
    color: #11B4DE;
    font-size: 14px;
    font-style: italic;
}

div.time {
    color: #EE7216;
}

div.remark {
    width: 100%;
    background-color: red;
    color: #ff0;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 26px;
}

body {
    font-family: 'MyriadPro', 'Trebuchet MS', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}
