/* --- TOPPNYHETER -------------------------------------------------------------------- */
#sliderWrapper {
    min-height: 326px;
    margin-bottom: 20px;
    clear: both;
    position: relative;
}
.sliderBanner {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -2px;
    margin-top: -2px;
    z-index: 60;
    width: 152px;
    height: 88px;
    top: 0;
    left: 0;
}



/* Start page tabs.  Fler nyheter | Match | Tabell */
.tabStart {
    display: none;
}


#tabLinks {
    background: linear-gradient(#f7f7f7,#eee);
    border: 1px solid #ddd;
    border-bottom: none;
    font-weight: bold;
    display: flex;
    box-shadow: inset 0 -1px 0 0 #ddd;
}

    #tabLinks a {
        display: inline-block;
        line-height: 34px;
        padding: 0 20px;
        text-decoration: none;
        color: #444;
        text-align: center;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        box-shadow: 1px 0 0 0 #ddd;
    }

        #tabLinks a:first-child {
            border-left: none;
        }

        #tabLinks a.active, #tabLinks a.active:hover {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

        #tabLinks a:hover {
            background: #f7f7f7;
        }

        /* tabs: Match */
        .gameHolder .panel {
            margin-top: 20px;
        }

            .gameHolder .panel h2 {
                margin-top: 15px;
            }



/* Tag on front page */
.news-tag {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #999;
}