@charset "UTF-8";

body {
    margin: 0;
}

table {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #202020;
    font-size: large;
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
    padding: 5px;
}

input[type="submit"] {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: large;
    background: none;
    background-color: #ff4d4d;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #fb4040;
}

.small-font {
    font-size: small;
    color: #a0a0a0;
    display: inline;
    vertical-align: top;
}

.sticky {
    background-color: white;
    box-shadow: 0 0 10px -3px #202020;
    position: fixed;
    width: 100%;
    height: 50px;
}

.sticky table {
    font-size: x-large;
    text-align: center;
}

.sticky input[type="submit"] {
    background: none;
}

.sticky input[type="submit"]:hover {
    color: #ff4d4d;
}

.seperator {
    height: 50px;
}

#calendar td {
    border-bottom: 1px solid #f0f0f0;
}

#calendar td:nth-child(1) {
    font-size: xx-large;
    text-align: center;
    width: 10%;
}

#calendar td:nth-child(2) {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    width: 70%;
}
