@font-face {
    font-family: 'Sport1 Regular';
    src: url('/sport1/wintersport-widget/fonts/Sport1-Regular.otf') format('opentype'),
         url('/sport1/wintersport-widget/fonts/Sport1-Regular.woff2') format('woff2'), 
         url('/sport1/wintersport-widget/fonts/Sport1-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Sport1 Bold';
    src: url('/sport1/wintersport-widget/fonts/Sport1-Bold.otf') format('opentype'),
         url('/sport1/wintersport-widget/fonts/Sport1-Bold.woff2') format('woff2'),
         url('/sport1/wintersport-widget/fonts/Sport1-Bold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
}

@media screen and (max-device-width: 480px){
    body{
      -webkit-text-size-adjust:none;
      font-family: "Sport1 Regular", sans-serif, Arial;
      margin:0px; padding:0px; background: #ffffff;
    }
}

@media screen and (max-device-width: 640px){
    body{
      -webkit-text-size-adjust:none;
      font-family: "Sport1 Regular", sans-serif, Arial;
      margin:0px; padding:0px; background: #ffffff;
    }
}

@media screen and (max-device-width: 320px){
    body{
      -webkit-text-size-adjust:none;
      font-family: "Sport1 Regular", sans-serif, Arial;
      margin:0px; padding:0px; background: #ffffff;
    }
}

body {
    font-family: "Sport1 Regular", sans-serif, Arial;
	padding: 0;
	margin: 0;
    width: 100%;
}

a {
    text-decoration: none;
}

div.sm {
	font-family: "Sport1 Regular", sans-serif, Arial;
	font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

/**
 * Drodown navi
 **/
div#resultsSubNav {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    width: auto;
}
    div#resultsSubNav .sportSelect {
        background-color: #fff;
        background-image: url("/sky/wintersport-widget/images/shape_grey.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        border-width: 0px;
        color: #000;
        display: inline-block;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-weight: 900;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding-left: 10px;
        padding-right: 10px;
    }
    div#resultsSubNav .divisionSelect {
        background-color: #fff;
        background-image: url("/sky/wintersport-widget/images/shape_grey.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        border-width: 0px;
        color: #000;
        display: inline-block;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-weight: 900;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding-left: 10px;
        padding-right: 10px;
    }

        div#resultsSubNav div.resultsSubNavLeagueWSport .divisionSelect {
            background-position: 225px center;
            width: 250px;
        }

    div#resultsSubNav .seasonSelect {
        background-color: #fff;
        background-image: url("/sky/wintersport-widget/images/shape_grey.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        border-width: 0px;
        color: #000;
        display: inline-block;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-weight: 900;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding-left: 10px;
        padding-right: 10px;
    }
    div#resultsSubNav .daySelect {
        background-color: #fff;
        background-image: url("/sky/wintersport-widget/images/shape_grey.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        border-width: 0px;
        color: #000;
        display: inline-block;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-weight: 900;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding-left: 10px;
        padding-right: 10px;
    }

        div#resultsSubNav div.resultsSubNavDayRadsport .daySelect {
            background-position: 375px center;
            width: 400px;
        }

    div#resultsSubNav .genderSelect {
        background-color: #fff;
        background-image: url("/sky/wintersport-widget/images/shape_grey.svg");
        background-position: right 10px center;
        background-repeat: no-repeat;
        border-width: 0px;
        color: #000;
        display: inline-block;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-weight: 900;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding-left: 10px;
        padding-right: 10px;
    }

    div.resultsSubNavSport {
        margin-bottom: 20px;
        width: 100%;
    }

    div.resultsSubNavSport a {
        border-bottom: 3px solid #fff;
        display: block;
        line-height: 20px;
        float: left;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.4px;
        text-align: left;
        color: #003a5a;
        margin-right: 15px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    div.resultsSubNavSport a.active {
        border-bottom: 3px solid #f18825;
    }

    div.resultsSubNavWSport {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavGender {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavLeague {
        clear: both;
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
        margin-top: 0px;
    }
    div.resultsSubNavLeagueWSport {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavLeagueTennis {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavLeagueF1 {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavLeagueRadsport {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavSeason {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
    }
    div.resultsSubNavDay {
        float: left;
        width: auto;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        margin-right: 10px;
        margin-top: 0px;
    }

/**
 * END Drodown navi
 **/

/**
 * Results
 **/
.stickyConfScoreboard {
    clear: both;
    margin-top: 0px;
}
    div.resultsTitle {
        border-bottom: solid 1px #cecece;
        clear: both;
        color: #333;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 24px;
        height: 48px;
        line-height: 50px;
        margin-top: 0px;
        padding-left: 6px;
    }
    div.resultsTitle span {
        color: #b90000;
        margin-left: 10px;
    }
    .stickyConfScoreboard .stickyConfScoreboardItem {
        /*cursor: hand;
        cursor: pointer;*/
        height: 65px;
        line-height: 65px;
    }
    .stickyConfScoreboard .stickyConfScoreboardItemDate {
        /*cursor: hand;
        cursor: pointer;*/
        height: 65px;
        line-height: 65px;
        border-bottom: 1px solid #eaeaea;
        margin-top: 10px;
    }
        .stickyConfScoreboard .stickyConfScoreboardItem .gameIsLive {
            color: #b90000;
        }

        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemTeam1Logo {
            float: left;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 10%;
            margin-top: 16px;
        }
        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemTeam1Name {
            color: #333;
            float: left;
            font-family: "Sport1 Regular", sans-serif, Arial;
            font-size: 18px;
            text-align: right;
            width: 27%;
        }
        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemScore {
             color: #333;
            float: left;
            font-family: "Sport1 Regular", sans-serif, Arial;
            font-size: 18px;
            text-align: center;
            width: 26%;
        }
            .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemScore span.halftime {
                color: #aaa;
                font-family: "Sport1 Regular", sans-serif, Arial;
                margin-left: 5px;
            }
        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemTeam2Name {
             color: #333;
            float: left;
            font-family: "Sport1 Regular", sans-serif, Arial;
            font-size: 18px;
            text-align: left;
            width: 27%;
        }
        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemTeam2Logo {
            float: left;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 10%;
            margin-top: 16px;
        }

        .stickyConfScoreboard .stickyConfScoreboardItem .stickyConfScoreboardItemTeam2Statistic {
            float: left;
            height: 35px;
            line-height: 35px;
            text-align: center;
            width: 10%;
        }

    .stickyConfScoreboard .stickyConfScoreboardItemBright {
        border-bottom: 1px solid #eaeaea;
    }

    .stickyConfScoreboard .stickyConfScoreboardItemDark {
        border-bottom: 1px solid #eaeaea;
    }

    .stickyConfScoreboardItem:hover {
        background: #f4f5f7;
    }


    /**
     * Wintersport
     **/
    .stickyConfScoreboard .WintersportHead { /** großes "w"*/
        background: #fff;
        clear: both;
        color: #999;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
        border-bottom: 1px solid #eaeaea;
    }
    .stickyConfScoreboard .WintersportHead .tableHeadCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .WintersportHead .headrank {
            width: 8%;
        }
        .WintersportHead .headfullname {
            width: 42%;
        }
        .WintersportHead .headcountry {
            width: 17%
        }
        .WintersportHead .headteam {
            width: 15%
        }
        .WintersportHead .headtime {
            width: 18%;
        }
        .WintersportHead .headdiff {
            width: 13%;
        }
        .WintersportHead .headfullnameWc {
            width: 74%;
        }
        .WintersportHead .headpoints {
            width: 18%;
        }
        /** Bob WM */
        .WintersportHead .headrankBobWm {
            width: 8%;
        }
        .WintersportHead .headfullnameBobWm {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .WintersportHead .headcountryBobWm {
            width: 12%
        }
        .WintersportHead .headtimeBobWm {
            width: 10%;
        }
        /** END Bob WM */

   .stickyConfScoreboard .WintersportRowItem {
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 12px;
        line-height: 24px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .stickyConfScoreboard .WintersportRowItem:nth-child(odd) {
        background: #fff;
    }

    .stickyConfScoreboard .WintersportRowItem:nth-child(even) {
        background: #f5f5f5;
    }

    .stickyConfScoreboard .WintersportRowItem:hover {
        background: #f5f5f5;
    }

    .stickyConfScoreboard .WintersportRowItemBright {
        border-bottom: 1px solid #eaeaea;
    }
    .stickyConfScoreboard .WintersportRowItemDark {
        border-bottom: 1px solid #eaeaea;
    }
    .stickyConfScoreboard .WintersportRowItem .tableRowCol {
        line-height: 24px;
        float: left;
    }
        .WintersportRowItem .rowrank {
            width: 8%;
        }
        .WintersportRowItem .rowfullname {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 42%;
        }
            .WintersportRowItem .rowfullname img {
                margin-right: 10px;
            }
        .WintersportRowItem .rowcountry {
            width: 17%;
        }
            .WintersportRowItem .rowcountry img {
                margin-top: -3px;
            }
        .WintersportRowItem .rowteam {
            width: 15%;
        }
        .WintersportRowItem .rowtime {
            width: 18%;
        }
        .WintersportRowItem .rowdiff {
            width: 13%;
        }
        .WintersportRowItem .rowfullnameWc {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 74%;
        }
        .WintersportRowItem .rowpoints {
            width: 18%;
        }
        /** Bob WM */
        .WintersportRowItem .rowrankBobWm {
            width: 8%;
        }
        .WintersportRowItem .rowfullnameBobWm {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
            .WintersportRowItem .rowfullnameBobWm img {
                margin-right: 10px;
            }
        .WintersportRowItem .rowteamBobWm {
            width: 12%;
        }
        .WintersportRowItem .rowtimeBobWm {
            width: 10%;
        }
        /** END Bob WM */

        .stickyConfScoreboard .wintersportHead {
            background: #fff;
            clear: both;
            color: #333;
            font-family: "Sport1 Regular", sans-serif, Arial;
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            padding-left: 6px;
            padding-right: 6px;    border-bottom: 1px solid #edece8;
        }

    .stickyConfScoreboard .wintersportHead .tableHeadCol { /* "wintersportHead" (kleines "w") */
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .wintersportHead .headrank {
            width: 8%;
        }
        .wintersportHead .headfullname {
            width: 42%;
        }
        .wintersportHead .headcountry {
            width: 17%
        }
        .wintersportHead .headteam {
            width: 15%
        }
        .wintersportHead .headtime {
            width: 18%;
        }
        .wintersportHead .headfullnameWc {
            width: 74%;
        }
        .wintersportHead .headpoints {
            width: 18%;
        }

   .stickyConfScoreboard .wintersportRowItem {
        /*cursor: hand;
        cursor: pointer;*/
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .stickyConfScoreboard .wintersportRowItemBright {
        border-bottom: 1px solid #edece8;
    }
    .stickyConfScoreboard .wintersportRowItemDark {
        border-bottom: 1px solid #edece8;
    }
    .stickyConfScoreboard .wintersportRowItem .tableRowCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .wintersportRowItem .rowrank {
            width: 8%;
        }
        .wintersportRowItem .rowfullname {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 42%;
        }
        .wintersportRowItem .rowcountry {
            width: 17%;
        }
            .wintersportRowItem .rowcountry img {
                margin-top: -3px;
            }
        .wintersportRowItem .rowteam {
            width: 15%;
        }
        .wintersportRowItem .rowtime {
            width: 18%;
        }
        .wintersportRowItem .rowfullnameWc {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 74%;
        }
        .wintersportRowItem .rowpoints {
            width: 18%;
        }

/**
 * END Wintersport
 */

/**
 * Golf
 **/
    .stickyConfScoreboard .GolfHead {
        background: #fff;
        clear: both;
        color: #333;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
        border-bottom: 1px solid #edece8;
    }
    .stickyConfScoreboard .GolfHead .tableHeadCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .GolfHead .headrank {
            width: 7%;
        }
        .GolfHead .headfullname {
            width: 30%;
        }
        .GolfHead .headcountry {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 13%;
        }
        .GolfHead .headtopar {
            width: 12%;
        }
        .GolfHead .headround {
            width: 6%;
        }
        .GolfHead .headtotal {
            width: 6%;
        }

   .stickyConfScoreboard .GolfRowItem {
        /*cursor: hand;
        cursor: pointer;*/
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    }

    .stickyConfScoreboard .GolfRowItemBright {
        border-bottom: 1px solid #edece8;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .stickyConfScoreboard .GolfRowItemDark {
        border-bottom: 1px solid #edece8;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .stickyConfScoreboard .GolfRowItem .tableRowCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .GolfRowItem .rowrank {
            width: 7%;
        }
        .GolfRowItem .rowfullname {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .GolfRowItem .rowcountry {
            width: 13%;
        }
        .GolfRowItem .rowtopar {
            width: 12%;
        }
        .GolfRowItem .rowround {
            width: 6%;
        }
        .GolfRowItem .rowtotal {
            width: 10%;
        }
        .GolfRowItem .rowfullnameranking {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 45%;
        }
        .GolfRowItem .rowcountryranking {
            width: 20%;
        }
        .GolfRowItem .rowtotalranking {
            text-align: right;
            width: 25%;
        }
/**
 * END Golf
 */

/**
 * US Sport
 **/

    /**
     * NBA
     **/
    .stickyConfScoreboard .NbaHead {
        background: #fff;
        clear: both;
        color: #333;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
        border-bottom: 1px solid #edece8;
    }
    .stickyConfScoreboard .NbaHead .tableHeadCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .NbaHead .headdate {
            width: 22%;
        }
        .NbaHead .headaway {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .NbaHead .headhome {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .NbaHead .headresult {
            text-align: center;
            width: 16%;
        }

   .stickyConfScoreboard .NbaRowItem {
        /*cursor: hand;
        cursor: pointer;*/
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    }

    .stickyConfScoreboard .NbaRowItemBright {
        border-bottom: 1px solid #edece8;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .stickyConfScoreboard .NbaRowItemDark {
        border-bottom: 1px solid #edece8;
        height: 50px;
        line-height: 50px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .stickyConfScoreboard .NbaRowItem .tableRowCol {
        height: 50px;
        line-height: 50px;
        float: left;
    }
        .NbaRowItem .rowdate {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 22%;
        }
        .NbaRowItem .rowaway {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .NbaRowItem .rowhome {
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 30%;
        }
        .NbaRowItem .rowresult {
            text-align: center;
            width: 16%;
        }
    /**
     * END  NBA
     */

/**
 * END  US Sport
 */

/** ***********
 * END Results
 *********** */

/**
 * Table
 **/
div.tabelleHeadlineTitle {
    clear: both;
    color: #333;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: center;
}

div.tabelleHeadlineSticky {
    clear: both;
    color: #707070;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 16px;
    height: 50px; /*71px;*/
    line-height: 50px; /*71px;*/
    margin-top: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
    text-decoration: underline dotted;
    border-bottom: 1px solid #eaeaea;
}
    div.tabelleHeadlineSticky span.item {
    	display: block;
    	float: left;
    	height: 45px;
        line-height: 45px;
        padding-top: 5px;
        text-align: center;
        width: 10%;
        text-decoration: underline dotted;
    }
    div.tabelleHeadlineSticky span.rang {
        width: 10%;
        text-decoration: underline dotted;
    }
    div.tabelleHeadlineSticky span.verein {
        text-align: left;
        width: 50%;
        text-decoration: underline dotted;
    }
    div.tabelleHeadlineSticky span.spacer {
    	display: block;
    	float: left;
    	width: 60%;
        text-decoration: underline dotted;
    }

div.tabelleHeadlineTitleNhlConference {
    clear: both;
    color: #333;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 14px;
    font-weight: 900;
    height: 40px;
    line-height: 42px;
    margin-top: 0px;
    padding-left: 0px;
}
div.tabelleHeadlineTitleNhlDivisions {
    clear: both;
    color: #333;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 0px;
    padding-left: 6px;
}

div.tabelleRow {
    border-bottom: 1px solid #eaeaea;
	clear: both;
	height: 65px;
	line-height: 65px;
	padding-left: 0px;
}

div.tabelleRow:hover {
    background: #f4f5f7;
}
    div.tabelleRow span.item {
        color: #333;
    	display: block;
    	float: left;
    	font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 18px;
    	text-align: center;
    	width: 10%;
    }
    div.tabelleRow span.rang {
        color: #333;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 18px;
    	display: block;
    	float: left;
    	width: 10%;
        text-align: center;
    }
        div.tabelleRow span.rang span {
            margin: auto;
        }

    div.tabelleRow span.verein {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 18px;
    	float: left;
    	overflow: hidden;
    	white-space: nowrap;
    	width: 50%;
    }
        div.tabelleRow span.verein span.image {
        	display: block;
        	float: left;
        	height: 32px;
            margin-top: 10px;
        }

    div.tabelleRow span.goals {
        color: #333;
        display: block;
    	font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 11px;
        width: 10%;
    }
    div.tabelleRow span.points {
        color: #333;
        display: block;
    	font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 11px;
        width: 10%;
    }
    /*
    div.tabelleRow span.duration {
        color: #aaa;
        font-family: MarkOT;
        font-size: 14px;
    	display: block;
    	float: right;
        text-align: left;
    }
    */

    /**
     * Eishockey
     */
    div.tabelleHeadlineSticky span.rang_eh {
        display: block;
        width: 7%;
    }
    div.tabelleHeadlineSticky span.verein_eh {
        display: block;
        text-align: left;
        width: 65%;
    }
    div.tabelleHeadlineSticky span.goals_eh {
        display: block;
        text-align: center;
        width: 16%;
    }
    div.tabelleHeadlineSticky span.points_eh {
        display: block;
        text-align: center;
        width: 10%;
    }

    div.tabelleRow span.rang_eh {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	display: block;
    	float: left;
    	width: 7%;
    }
    div.tabelleRow span.verein_eh {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	overflow: hidden;
    	white-space: nowrap;
    	width: 65%;
    }
        div.tabelleRow span.verein_eh span.image {
        	float: left;
        	height: 25px;
        	padding-right: 10px;
        	margin-top: 9px;
        }
     div.tabelleRow span.goals_eh {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
        text-align: center;
    	width: 16%;
    }
    div.tabelleRow span.points_eh {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 18px;
    	float: left;
    	width: 10%;
    }
    /**
     * NHL
     */
    div.tabelleHeadlineSticky span.rang_nhl {
        display: block;
        width: 7%;
    }
    div.tabelleHeadlineSticky span.verein_nhl {
        display: block;
        padding-right: 10px;
        text-align: left;
        width: 35%;
    }
    div.tabelleHeadlineSticky span.games_nhl {
        display: block;
        text-align: center;
        width: 16%;
    }
    div.tabelleHeadlineSticky span.won_nhl {
        display: block;
        text-align: center;
        width: 10%;
    }
    div.tabelleHeadlineSticky span.lost_nhl {
        display: block;
        text-align: center;
        width: 10%;
    }
    div.tabelleHeadlineSticky span.points_nhl {
        display: block;
        text-align: center;
        width: 10%;
    }

    div.tabelleRow span.rang_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	display: block;
    	float: left;
    	width: 7%;
    }
    div.tabelleRow span.verein_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	overflow: hidden;
    	white-space: nowrap;
    	width: 36%;
    }
        div.tabelleRow span.verein_nhl span.image {
        	float: left;
        	height: 25px;
        	padding-right: 10px;
        	margin-top: 9px;
        }
     div.tabelleRow span.games_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
        text-align: center;
    	width: 16%;
    }
    div.tabelleRow span.won_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	width: 10%;
    }
    div.tabelleRow span.lost_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	width: 10%;
    }
    div.tabelleRow span.points_nhl {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	width: 10%;
    }
    /**
     * END NHL
     */

    /** NBA */
    div.tabelleHeadlineSticky span.rang_nba {
        display: block;
        width: 7%;
    }
    div.tabelleHeadlineSticky span.verein_nba {
        display: block;
        padding-left: 1%;
        text-align: left;
        width: 34%;
    }

    div.tabelleRow span.rang_nba {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	display: block;
    	float: left;
    	width: 7%;
    }
    div.tabelleRow span.verein_nba {
        color: #333;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        font-size: 14px;
    	float: left;
    	overflow: hidden;
    	white-space: nowrap;
    	width: 34%;
    }

/**
 * END Table
 **/

div.sm_clear {
    clear: both;
	font-size: 0;
	line-height: 0;
    height: 0;
}

div.liveOverviewLink {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

    div.liveOverviewLink a {
        color: #b90000;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        text-decoration: none;
    }

div.notLiveOverviewLink {
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

    div.notLiveOverviewLink a {
        color: #000;
        display: block;
        font-family: "Sport1 Regular", sans-serif, Arial;
        text-decoration: none;
    }


/* Opta */
.opta-widget-container h2 {
    display: none;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-bottom: solid 1px #cecece;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.opta-widget-container li {
    padding: 3px 0 3px 3px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    clear: both;
}

.opta-widget-container .tabs-active .tabs-nav {
    background: #f3f3f3;
    border-top: 0;
}

.opta-matchstats {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.opta-heatmap {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.opta-commentary {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.optaSubNav {
    border-bottom: 1px solid #cecece;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
}

.optaSubNav a {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.optaSubNav a.active {
    background: #ddd;
    font-weight: bold;
}

#matchcommentary .opta-commentary .commentary {
    border-top: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#matchstatistic .matchstats-teamstats-container {
    border-top: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#matchheatmap .heatmap {
    border-top: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#matchstatistic .matchstats-lineup {
    border-top: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.opta-widget-container .matchstats-lineup h3 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #f3f3f3;
    font-size: 12px;
    font-weight: 700;
    color: #404040;
}

.opta-widget-container .matchstats-lineup .lineup-coach {
    margin: 0;
    width: 100%;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -khtml-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    border: 1px solid #ddd;
    border-top: 5px solid #f3f3f3;
    background: #fff;
    font-size: 11px;
}

#datacenterLink {
    background: url("/welt/ergebnisse-und-tabellen/images/shape_horizontal.svg") no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 50px;
    margin-top: 10px;
}

#datacenterLinkFr {
    background: url("/welt/ergebnisse-und-tabellen/images/shape_horizontal.svg") no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 50px;
    margin-top: 17px;
}

/* OPTA */
.Opta .Opta-Tabs .Opta-Nav>ul.Opta-Overflowed {
    background-color: #ddd;
}

.Opta .Opta-Stats-Bars .Opta-Bars-Full .Opta-Percent {
    float: right;
    height: 10px;
    background: #117EA9;
    text-align: right;
    font-size: 0;
    transition: width .2s;
}

.Opta .Opta-Stats-Bars .Opta-Bars-Full .Opta-Percent.Opta-Away {
    float: left;
    background: #ccc;
    text-align: right;
}

.Opta .Opta_F_M_P .Opta-Dropdown.Opta-js-dropdown {
    margin: 10px;
    margin-left: 0;
    width: calc(50% - 20px);
}

#tab-playerstat .Opta .Opta_F_M_P>.Opta-Cf {
    padding-top: 0px;
    padding-bottom: 0;
}

#tab-playerstat .Opta .Opta_F_M_P .Opta-Dropdown.Opta-js-dropdown {
    margin: 10px;
    margin-top: 0;
    margin-left: 0;
    width: calc(50% - 20px);
}

/* UI */
.sm .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0;
    padding: 0;
}

.sm .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0px;
    background: none;
}

.sm .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #cecece;
    padding: 0;
}

.sm .ui-tabs .ui-tabs-nav li {
    color: #000;
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    margin-right: 10px;
    border-bottom-width: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

.sm .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0px;
    text-decoration: none;
}

.sm .ui-state-active a,
.sm .ui-state-active a:link,
.sm .ui-state-active a:visited {
    color: #000;
    text-decoration: none;
}

.sm .ui-state-default,
.sm .ui-widget-content .ui-state-default,
.sm .ui-widget-header .ui-state-default,
.sm .ui-button,
html .sm .ui-button.ui-state-disabled:hover,
html .sm .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    border-bottom: 0;
}

.sm .ui-state-active,
.sm .ui-widget-content .ui-state-active,
.sm .ui-widget-header .ui-state-active,
.sm a.ui-button:active, .ui-button:active,
.sm .ui-button.ui-state-active:hover {
    border: none;
    background: #ddd;
    font-weight: bold;
    color: #000;
    height: 36px;
    line-height: 36px;
}

.sm .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    height: 36px;
    line-height: 36px;
}

.sm .Opta td, .Opta th {
    padding: 5px;
    padding-top: 0;
    padding-right: 0;
    height: 30px;
    text-align: left;
}

.sm .Opta td:first-child, .Opta th:first-child {
    padding-left: 0px;
}

.tickertitle {
    line-height: 35px;
    height: 70px;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1d1d1d;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #edece8;
    vertical-align: middle;
    text-align: center;
}

.tickertitle_default {
    line-height: 30px;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-align: left;
    color: #1d1d1d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

div.resultsSubPageNavSport {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
}

div.resultsSubPageNavSport a {
    display: block;
    line-height: 20px;
    float: left;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #003a5a;
    margin-right: 15px;
    padding-bottom: 5px;
}

div.resultsSubPageNavSport a.active {
    border-bottom: 2px solid #f18825;
}

div.tickercontent {
    margin-bottom: 20px;
    width: 100%;
}

div.tickercontent a {
    display: block;
    line-height: 20px;
    float: left;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-align: left;
    color: #003a5a;
    margin-right: 15px;
    padding: 15px;
    background: #edece8;
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
}

div.tickercontent a:hover {
    background: #f9f9f8;
}

/* Liveticker calendar */
.box3 {
    background: #edece8;
    border-radius: 4px;
    margin-bottom: 25px;
    min-height: auto;
    width: 100%;
}

.clear15 {
    clear: both;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
}

#moduleEventlistDaynavi {
    height: 48px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
#moduleEventlistDaynavi div.days {
    padding-left: 1px;
    padding-top: 4px;
}
#moduleEventlistDaynavi div.days div.day {
    color: #666;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    width: 13%;
    text-align: center;
}
#moduleEventlistDaynavi div.days div.daySelected {
    background-color: #f18825;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    width: 13%;
    text-align: center;
}
#moduleEventlistDaynavi div.days div.day a {
    display: block;
    color: #666;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
#moduleEventlistDaynavi div.days div.day a:hover {
    background-color: #f18825;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#moduleEventlistDaynavi div.days div.daySelected a {
    display: block;
    background-color: #f18825;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
#moduleEventlist {
    width: 100%;
}
#moduleEventlist div.top {
    color: #666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#moduleEventlist div.top div.date {
    float: left;
    width: 10%;
}
#moduleEventlist div.top div.clock {
    float: left;
    width: 10%;
}
#moduleEventlist div.top div.sport {
    float: left;
    width: 20%;
}
#moduleEventlist div.top div.event {
    float: left;
    width: 40%;
}
#moduleEventlist div.top div.status {
    float: left;
    width: 20%;
}
#moduleEventlist div.row {
    border-bottom:1px solid #fff;
    color: #3e3e3e;
    height: 60px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
}
#moduleEventlist div.row div.date {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 10%;
}
#moduleEventlist div.row div.clock {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 10%;
}
#moduleEventlist div.row div.sporticon {
    float: left;
    width: 24px;
}
#moduleEventlist div.row div.sport {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 20%;
}
#moduleEventlist div.row div.event {
    color: #3e3e3e;
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 40%;
}
#moduleEventlist div.row div.event a {
    color: #3e3e3e;
}
#moduleEventlist div.row div.event b {
    font-weight: bold;
}
#moduleEventlist div.row div.status {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 20%;
}
#moduleEventlist div.row div.status a {
    color: #3e3e3e;
}
#moduleEventlist div.row div.werbung {
    color: #3e3e3e;
    float: left;
    font-size: 13px;
    height: 11px;
    line-height: 11px;
    width: 80px;
}
#moduleEventlist div.row div.noevent {
    color: #3e3e3e;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    width: 100%;
}
#moduleEventlist .highlight {
    color: #900;
}
#moduleEventlist .highlight b {
    color: #900;
    font-weight: bold;
}

div.sm div.tabelleRow:nth-child(6) {
    border-bottom: 1px solid #000;
}

div.sm div.tabelleRow:nth-child(18) {
    border-bottom: 1px solid #000;
}

div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
    display: none;
}

div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
    display: none;
}

div.sm span#teamnameShort {
  display: none;
  float: left;
}

div.sm span#teamnameLong {
  display: block;
  float: left;
}

@media screen and (max-device-width: 480px) {
    div.sm div.tabelleHeadlineSticky  span.tore {
        display: none;
    }

    div.sm div.tabelleHeadlineSticky span.verein {
        width: 55%;
    }

    div.sm div.tabelleRow span.diff_hb {
        display: none;
    }

    div.sm div.tabelleRow span.verein {
        width: 55%;
    }

    div.sm div.stickyConfScoreboardItemTeam1Logo {
        display: none;
    }

    div.sm div.stickyConfScoreboardItemTeam2Logo {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
        width: 37%;
        display: block;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
        width: 37%;
        display: block;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 15%;
    }

    div.sm div.tabelleHeadlineSticky span.diff {
        width: 15%;
    }
}

@media screen and (max-device-width: 320px) {
    div.sm div.tabelleHeadlineSticky span.tore {
        display: none;
    }

    div.sm div.tabelleHeadlineSticky span.verein {
        width: 45%;
    }

    div.sm div.tabelleRow span.diff_hb {
        display: none;
    }

    div.sm div.tabelleRow span.verein {
        width: 45%;
    }

    div.sm div.stickyConfScoreboardItemTeam1Logo {
        display: none;
    }

    div.sm div.stickyConfScoreboardItemTeam2Logo {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
        width: 37%;
        display: block;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
        width: 37%;
        display: block;
    }

    div.sm span.verein span.image {
        display: none;
    }

    div.sm #tblhead_verein span {
        margin-left: -32px;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleHeadlineSticky span.diff {
        width: 24%;
    }

    div.sm span#teamnameShort {
      display: block;
    }

    div.sm span#teamnameLong {
      display: none;
    }
}

@media screen and (max-device-width: 360px) {
    div.sm div.tabelleHeadlineSticky span.tore {
        display: none;
    }

    div.sm div.tabelleHeadlineSticky span.verein {
        width: 45%;
    }

    div.sm div.tabelleRow span.diff_hb {
        display: none;
    }

    div.sm div.tabelleRow span.verein {
        width: 45%;
    }

    div.sm div.stickyConfScoreboardItemTeam1Logo {
        display: none;
    }

    div.sm div.stickyConfScoreboardItemTeam2Logo {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
        width: 37%;
        display: block;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
        width: 37%;
        display: block;
    }

    div.sm span.verein span.image {
        display: none;
    }

    div.sm #tblhead_verein span {
        margin-left: -32px;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleHeadlineSticky span.diff {
        width: 24%;
    }

    div.sm span#teamnameShort {
      display: block;
    }

    div.sm span#teamnameLong {
      display: none;
    }
}

@media screen and (max-device-width: 667px) {
    div.sm div.tabelleHeadlineSticky span.tore {
        display: none;
    }

    div.sm div.tabelleHeadlineSticky span.verein {
        width: 45%;
    }

    div.sm div.tabelleRow span.diff_hb {
        display: none;
    }

    div.sm div.tabelleRow span.verein {
        width: 45%;
    }

    div.sm div.stickyConfScoreboardItemTeam1Logo {
        display: none;
    }

    div.sm div.stickyConfScoreboardItemTeam2Logo {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
        width: 37%;
        display: block;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
        width: 37%;
        display: block;
    }

    div.sm span.verein span.image {
        display: none;
    }

    div.sm #tblhead_verein span {
        margin-left: -32px;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleHeadlineSticky span.diff {
        width: 24%;
    }

    div.sm span#teamnameShort {
      display: block;
    }

    div.sm span#teamnameLong {
      display: none;
    }
}

@media screen and (max-device-width: 736px) {
    div.sm div.tabelleHeadlineSticky span.tore {
        display: none;
    }

    div.sm div.tabelleHeadlineSticky span.verein {
        width: 45%;
    }

    div.sm div.tabelleRow span.diff_hb {
        display: none;
    }

    div.sm div.tabelleRow span.verein {
        width: 45%;
    }

    div.sm div.stickyConfScoreboardItemTeam1Logo {
        display: none;
    }

    div.sm div.stickyConfScoreboardItemTeam2Logo {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2long {
        display: none;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team1short {
        width: 37%;
        display: block;
    }

    div.sm .stickyConfScoreboard .stickyConfScoreboardItem div#team2short {
        width: 37%;
        display: block;
    }

    div.sm span.verein span.image {
        display: none;
    }

    div.sm #tblhead_verein span {
        margin-left: -32px;
    }

    div.sm div.tabelleRow span.goals_hb {
        width: 24%;
    }

    div.sm div.tabelleHeadlineSticky span.diff {
        width: 24%;
    }

    div.sm span#teamnameShort {
      display: block;
    }

    div.sm span#teamnameLong {
      display: none;
    }
}

.hclNavigation {
    line-height: 50px;
    margin-bottom: 0px;
    text-align: left;   /*center;*/
    width: 100%;
}
    .hclNavigation a {
        font-size: 15px;
        color: #000;

        display: table-cell;
        line-height: 3em;

        margin: 8px;
        padding-left: 8px;
        padding-right: 8px;

        font-weight: 500;
        background-color: #ffffff;
    }
    .hclNavigation a.active {
        font-weight: bold;
        background-color: #f5f5f5;
        padding-left: 8px;
        padding-right: 8px;
    }
    .hclNavigation a:hover {
        font-weight: bold;
        background-color: #f5f5f5;
        padding-left: 8px;
        padding-right: 8px;
    }

.nowLive {
    background: #d7d5dd;
    padding: 10px;
}

.nowLive span {
    color: #d0021b;
    font-weight: bold;
}

.leader {
    margin-left: 0px;
    margin-top: 10px;
}

div.jump_info_area {
    background-image: url(/live/center5_0/templates/spox/opta-skispringen/images/skispringen-schanze.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 180px;
    position: relative;
    width: 575px;
    margin: auto;
    margin-top: 20px;
}

    div.jump_info_area div.jump_info {
        height: 150px;
        margin-left: 250px;
        margin-top: 14px;
        text-align: left;
        width: 320px;
    }

        div.jump_info_area div.jump_info div.name_schanze {
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
            margin-bottom: 4px;
        }

        div.jump_info_area div.jump_info div.k_point,
        div.jump_info_area div.jump_info div.hillsize,
        div.jump_info_area div.jump_info div.record {
            float: left;
            font-size: 14px;
            line-height: 16px;
        }

        div#actual_jumper  {
            clear: both;
            padding-top: 16px;
        }

            div#actual_jumper div.jumper_title {
                font-size: 14px;
                line-height: 14px;
                padding-bottom: 4px;
            }

            div#actual_jumper div#actual_flag {
                float: left;
                margin-top: 4px;
            }

            div#actual_jumper div#actual_name {
                float: left;
                font-size: 18px;
                font-weight: normal;
                line-height: 20px;
                margin-left: 8px;
            }

    div#jumpmark {
        background: transparent url(/live/center5_0/templates/spox/opta-skispringen/images/skispringen-marker.png);
        height: 59px;
        left: 130px;
        top: 75px;
        position: absolute;
        width: 69px;
    }

    div#bestmark {
        background: transparent url(/live/center5_0/templates/spox/opta-skispringen/images/bester.png);
        height: 59px;
        left: 130px;
        top: 75px;
        position: absolute;
        width: 69px;
    }

.rowcountrykalender {
    width: 50%;
    font-size: 15px;
}

.rowresults {
    width: 15%;
}

.rowresults a {
    color: #000;
    font-weight: bold;
}

/* Schiessmodul */
.leftAreaSchiessmodul {
    background: #fff;
    border: 1px solid #d7d5dd;
    border-radius: 0;
    height: 250px;
    margin: auto;
    margin-bottom: 20px;
    width: 573px;
    margin-top: 15px;
}

.leftAreaSchiessmodulTitle {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.leftAreaSchiessmodulSubtitle {
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
}

.leftAreaSchiessmodulContent {
    height: 185px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    overflow-y: scroll;
}

    .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentItem {
        margin-left: 50px;
    }

        .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentItem .leftAreaSchiessmodulContentItemCountry {
            float: left;
            margin-top: 12px;
            width: 25px;
        }

        .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentItem .leftAreaSchiessmodulContentItemName {
            float: left;
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            width: 200px;
        }

        .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentItem .leftAreaSchiessmodulContentItemShooting {
            background: url(/live/center5_0/templates/spox/opta-biathlon/images/biathlon_schiessmodul_background.png);
            float: left;
            height: 36px;
            width: 160px;
        }

            .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentItem .leftAreaSchiessmodulContentItemShooting .leftAreaSchiessmodulContentItemShootingIcon {
                float: left;
                height: 22px;
                margin-left: 8px;
                margin-top: 6px;
                width: 22px;
            }

    .leftAreaSchiessmodulContent .leftAreaSchiessmodulContentLine {
        background: url(/live/center5_0/templates/spox/opta-biathlon/images/biathlon_schiessmodul_line.png) repeat-x;
        height: 2px;
        margin-bottom: 5px;
        margin-top: 5px;
        width: 100%;
    }

/** "Live-Kommentar" */
div.comment_row {
    border-left: 12px solid #f1f0f5;
    border-right: 12px solid #f1f0f5;
    border-top: 12px solid #f1f0f5;
    clear: both;
    font-family: "Sport1 Regular", sans-serif, Arial;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}
div.commentary_endborder {
    background: #f1f0f5;
    clear: both;
    font-size: 1px;
    height: 12px;
    line-height: 12px;
}
    div.comment_row_round { /* "headline" */
        float: left;
        font-family: "Sport1 Bold", sans-serif, Arial;
        font-size: 18px;
        line-height: 24px;
        width: 95%;
    }
    div.comment_row_icon {
        float: left;
        width: 4%;
    }
        div.comment_row_icon img {
            margin-top: 5px;
        }
    div.comment_row_text {
        margin-top: 12px;
        clear: both;
        width: 99%;
    }
