html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body {
    background-color: aliceblue;
}
main {
    padding: 5px 0;
    background-color: white;
}
h1,
h2 {
    margin-top: 5px;
    font-weight: 300;
    margin-bottom: 0;
}
h1 {
    font-size: 2em;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
}
.start {
    font-weight: bold;
}
.highlight {
    background-color: yellow;
    border-radius: 5px;
}
#banner {
    background:
        linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 15%), url(room.jpg);
    background-color: #666;
    background-position:
        0 0,
        50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, 0.2),
        0 0 20px black;
    font-size: 1.2em;
}
.links {
    text-align: center;
}
.links a {
    background: white;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 2px 6px;
    margin-top: 2px;
    display: inline-block;
    text-shadow: none;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
}
.links a[href]:hover {
    box-shadow: 1px 1px 6px black;
    transform: translate(-1px, -1px);
}
.links a:not(:first-child) {
    margin-left: 2px;
}
.links a.current {
    background: rgba(255, 255, 255, 0.9);
}
footer {
    padding: 4px 0;
}
footer {
    border-top: 1px solid silver;
    padding-bottom: 20px;
    background-color: white;
}
.cols {
    display: flex;
    flex-flow: row;
}
.cols > :nth-child(2n) {
    padding-left: 10px;
}
ul.dates > li {
    border-radius: 10px;
    padding: 2px 6px 0 6px;
    margin: 5px 0;
}
.rows > li:not(:first-child) {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 2px;
}
.dates {
    margin: 0;
    padding: 0;
}
.dates > li,
.evday {
    list-style: none;
}
.evday {
    margin-top: 9px;
}
.evday:not(:first-child) {
    margin-top: 15px;
}
.date {
    text-align: center;
    width: 64px;
    height: 64px;
    background: url(event.png) no-repeat;
    font-family: Verdana;
    font-weight: bold;
    background-size: contain;
    flex-shrink: 0;
}
.date.today {
    background-image: url(today.png), url(event.png);
}
.date > .month {
    color: white;
    padding-top: 12px;
    font-size: 9px;
}
.date > .day {
    color: black;
    font-size: 23px;
}
.date > .weekday {
    color: black;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 7px;
}
.term {
    background-color: black;
    overflow: scroll;
    padding: 2px 6px;
    border-radius: 6px;
    color: lightgreen;
    font-family: courier;
}
#osmbox {
    border: 1px solid silver;
    display: block;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
}
table.schedule {
    text-align: center;
}
table.schedule tr:nth-child(2n) {
    background-color: #eee;
}
table.schedule span {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px 1px;
    padding: 0 5px;
    border-radius: 10px;
    white-space: nowrap;
    background-color: #dacdbb;
    color: #444d5f;
}
table.schedule .hide {
    display: none;
}
table.schedule.hover span:not(.hover) {
    background-color: transparent;
    color: transparent;
}
@media only screen and (max-width: 604px) {
    .main {
        padding: 0 5px;
        overflow-x: scroll;
    }
    #osmbox {
        border-right-width: 0;
        border-left-width: 0;
    }
}
@media only screen and (min-width: 605px) and (max-width: 959px) {
    .main {
        width: 600px;
        margin: 0 auto;
    }
    #osmbox {
        width: 590px;
    }
}
@media only screen and (min-width: 960px) {
    .main {
        width: 960px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 400px) {
    .tagline span {
        display: block;
    }
}
