body {
    color: white;
    background-color: black;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.navbar-default {
    background-image: linear-gradient(0deg, #000, #666);
    border: none;
}

.navbar-brand img {
    max-height: 120%;
}

.loading-page {
    color: #ffe73a;
}

.loading-page .logo {
    border: 1px solid #ffe73a;
    border-radius: 1em;
    margin-top: 25%;
    max-width: 90%;
}

.clock {
    font-weight: bold;
    white-space: nowrap;
}

.clock .almost_finished {
    color: red;
}

.on_break {
    color: green;
}

.clock-page .description {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 1em;
    min-height: 25%;
}

@media (max-width: 599px) {
    .clock {
        font-size: 12ex;
    }
    .top {
        font-size: 5ex;
    }
    .bottom {
        font-size: 2.5ex;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .clock {
        font-size: 19ex;
    }
    .top {
        font-size: 6ex;
    }
    .bottom {
        font-size: 2ex;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .clock {
        font-size: 24ex;
    }
    .top {
        font-size: 10ex;
    }
    .bottom {
        font-size: 3ex;
    }
    .match-page .clock {
        font-size: 22ex;
    }
    .match-page .top {
        font-size: 12ex;
    }
    .match-page .bottom {
        font-size: 7ex;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clock {
        font-size: 30ex;
    }
    .top {
        font-size: 12ex;
    }
    .bottom {
        font-size: 4ex;
    }
    .match-page .clock {
        font-size: 27ex;
    }
    .match-page .top {
        font-size: 15ex;
    }
    .match-page .bottom {
        font-size: 12ex;
    }
}
@media (min-width: 1200px) {
    .clock {
        font-size: 38ex;
    }
    .top {
        font-size: 15ex;
    }
    .bottom {
        font-size: 5ex;
    }
    .match-page .clock {
        font-size: 50ex;
    }
    .match-page .top {
        font-size: 20ex;
    }
    .match-page .bottom {
        font-size: 13ex;
    }
}

.admin-page .schedule {
    margin-top: 1em;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 1em;
    padding: 1em;
}

td.description img {
    width: 10%;
    float: right;
    padding: 0.5em;
    margin-left: 0.5em;
    background-color: rgb(100,100,100);
}

.description img {
    width: 20%;
    float: right;
    padding: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    background-color: rgb(100,100,100);
}

#image-viewer {
    background-color: rgba(0,0,0,0.5);
}

#image-viewer img {
    background-color: rgb(100,100,100);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 1em;
    max-height: 100%;
    max-width: 100%;
}

.team_active {
    text-decoration: underline;
}

.team_negative {
    color: red;
}
