html {
    font-family: 'Roboto Condensed';
    font-size: 25px;
}

.tablePosition {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.textNormal {
    text-decoration: auto;
    text-decoration-color: blue;
}

.textCrossedOut {
    text-decoration-color: red;
    text-decoration: line-through;
}

body {
    background-color: black;
    color: white;
}

table {
    color-scheme: dark;
    text-align: left;
}

th {
    font-weight: bold;
}

td {
    font-size: 15px;
    width: 90px;
    overflow: hidden;
}

td.category {
    font-size: 17px;
    font-style: italic;
}


img {
    width: 50px;
    height: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: white;
}

input[type=radio]:checked + label {
    display: inline-block;
    text-align: center;
    width: 28px;
    color: black;
    background-color: rgb(153,200,255);
}

input[type=radio] + label {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    width: 28px;
}

input[type=radio] {
    float: right;
    visibility: hidden;
}

input[type="submit"] {
    color-scheme: dark;
    font-family: 'Arial';
    font-size: 20px;
    width: 80px;
    text-align: center;
    /*color: white;*/
    padding: 0;
}

.initialcontainer {
    white-space: nowrap;
}

.displaytime {
    font-size: 10px;
}

.title {
    text-align: left;
    font-size: 20px;
    font-style: italic;
}

.backhome {
    text-align: left;
    font-size: 30px;
    font-style: italic;
    margin-right: 20px;
}

.datetime {
    width: 210px;
    height: 25px;
}

.date {
    width: 140px;
    height: 23px;
}

.time {
    width: 95px;
    height: 25px;
}

.pickers {
    font-size: 20px;
    color-scheme: dark;
    font-family: 'Arial';
}
