#scoreboard {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 9999;
    font-family: 'Oswald', sans-serif;
    display: flex;
    height: 84px;
    max-height: 84px;
}

.scoreboard-wrap {
    width: 90000px;
}

.scoreboard-item {
    display: inline-block;
    width: 300px;
    background: #eee;
    padding: 5px 0;
    border-right: 1px solid #aaa;
}

.scoreboard-item img {
    width: 16px;
    margin-left: 10px;
    height: 16px;
}

.scoreboard-item-date {
    text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}

.scoreboard-item-team .team-score {
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.scoreboard-item:nth-child(2n) {
    border-bottom: 2px solid orange;
}
.scoreboard-item:nth-child(2n+1) {
    border-bottom: 2px solid yellow;
}

.scoreboard-content {
    width: calc(100% - 40px);
    overflow: hidden;
    flex: 1 0 0;
}

.scoreboard-button {
    width: 20px;
    background-color: #232323;
    color: white;
    transition: all 0.3s;
    cursor: pointer;
    flex: 0 0 25px;
    line-height: 84px;
    text-align: center;
    font-size: 18px;
}

.scoreboard-button:hover {
    background-color: white;
    color: #232323;
}

/* ======================================== */

#matchschedule img {
    width: 20px;
    height: 20px;
}

#matchschedule td {
    font-size: 14px;
}

#matchschedule td:nth-child(1) img {
    margin-left: 10px;
}

#matchschedule td:nth-child(3) img {
    margin-right: 10px;
}

#matchschedule td:nth-child(2) {
    text-align: center;
}

#matchschedule td:nth-child(1) {
    text-align: right;
    width: 40%;
}

#matchschedule td:nth-child(3) {
    text-align: left;
    width: 40%;
}

#matchschedule .match-date {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 20px;
}

/* ======================================== */
nav.navbar li > a, h1, h2 {
    font-family: 'Oswald', sans-serif;
}


/* ======================================== */

.content {
    min-height: calc(100vh - 360px);
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.form-inline .btn {
    margin-left: 5px;
}

/* ======================================== */

.index-navigation a:last-child {
    float: right;
}

/* ======================================== */

.plusliga-table td {
    padding-left: 0;
    padding-right: 0;
}

.plusliga-table tr > td:nth-child(2) {
    text-align: center;
}

.plusliga-table .pos {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    background: #444;
    color: white;
    line-height: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.plusliga-table tr:nth-child(1) .pos {
    background: gold;
}

.plusliga-table tr:nth-child(2) .pos {
    background: silver;
}

.plusliga-table tr:nth-child(3) .pos {
    background: brown;
}

.plusliga-table td > img {
    height: 26px;
}

/* ======================================== */

.wppsac-post-date span {
    display: none !important;
}

/* ======================================== */

footer {
    padding: 50px 0;
}

