﻿

body {
    font-family: 'Lato','Roboto';
    font-size: 22px;
    color: #FFFFFF;
    background-color: #24292E;
}

.lang-choice {
    display: none !important;
}

.comp-img {
    width: 100%;
    background-size: contain;
    background-image: url('/Content/images/fjm-valfri.png');
}


.comp-inf {
    display: none !important;
}

.nav-comp {
    /*display: none !important;*/
    background: rgba(45, 51, 56, 1);
}
.nav-lin > li > a {
    color: white;
    text-decoration: underline;
}
.header {
    background-image: none;
    background-color: #24292E !important;
}

.downmenu {
    display: none;
}

.dropdown button {
    border-radius: 3px;
    background: rgba(36, 41, 46,0.08);
    color: white;
}

    .dropdown button:hover, .dropdown button:focus {
        color: white;
    }

.score-view .table-condensed {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.tbl-body tr:nth-child(2n+1) {
    background: none;
}

.score-view th:nth-child(1) {
    width: 0.6rem;
}

.score-view td:nth-child(1) {
    width: 0.6rem;
}

.score-view th:nth-child(2) {
    display: none;
}

.score-view td:nth-child(2) {
    display: none;
}

.score-view th:nth-child(3) {
    width: 6rem;
}

.score-view td:nth-child(3) {
    width: 6rem;
}

.score-view th:nth-child(4) {
    width: 4rem;
}

.score-view td:nth-child(4) {
    width: 4rem;
}

.score-view th:nth-child(4) {
    width: 4rem;
}

.score-view td:nth-child(4) {
    width: 4rem;
}

.score-view th:nth-child(n+6) {
    font-weight: bold;
    text-align: center;
}


.score-view td:nth-child(6) {
    font-weight: bold;
}

.score-view td:nth-child(n+6) {
    text-align: center;
}


.score-view th:last-child {
    width: auto;
}

.score-view td:last-child {
    width: auto;
}

.dropdown-menu, .dropdown-menu > li {
    background-color: #24292E;
}

.tbl-starttime {
    display: none;
}
