@font-face {
    font-family: CamingoDos-Light; 
        src:    url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-Light.eot'); 
        src:    url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-Light.eot') format('eot'),
                url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-Light.woff') format('woff')
}

@font-face {
    font-family: CamingoDos-ExtraBold; 
        src:    url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-ExtraBold.eot'); 
        src:    url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-ExtraBold.eot') format('eot'),
                url('/olympia-2016/widgets/zeitplan/css/camingodos/CamingoDos-ExtraBold.woff') format('woff')
}      

@font-face {
    font-family: FontBenton; 
        src:    url('/olympia-2016/widgets/zeitplan/css/fontbenton/2e86b3e0-b624-4270-befe-3f44606d827a-2.eot'); 
        src:    url('/olympia-2016/widgets/zeitplan/css/fontbenton/2e86b3e0-b624-4270-befe-3f44606d827a-2.eot') format('eot'),
                url('/olympia-2016/widgets/zeitplan/css/fontbenton/2e86b3e0-b624-4270-befe-3f44606d827a-3.woff') format('woff')
}              

@font-face {
    font-family: FontBentonBold; 
        src:    url('/olympia-2016/widgets/zeitplan/css/fontbenton/3d37dcaf-9dfb-45f0-bd8f-a635fea92d0b-2.eot'); 
        src:    url('/olympia-2016/widgets/zeitplan/css/fontbenton/3d37dcaf-9dfb-45f0-bd8f-a635fea92d0b-2.eot') format('eot'),
                url('/olympia-2016/widgets/zeitplan/css/fontbenton/3d37dcaf-9dfb-45f0-bd8f-a635fea92d0b-3.woff') format('woff')
}

body {
    color: #000;
    font-family: "FontBenton", Arial, Verdana;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.widget {
    width: 100%;
}

.title {               
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}  

    .title span {
        display: block;
        float: left;
        margin-right: 5px;
    }   

    .title a {
        color: #000;
        display: block;
        float: right;
        margin-left: 20px;
        margin-top: 12px;
        text-decoration: none;
    }      

    .title a span {
        display: block;
        float: left;
        margin-top: 2px;
    }

.rows {
    width: 100%;
}

.row {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    width: 100%;
} 

.clock {
    float: left;
    font-weight: bold;
    width: 25%;
}

.data {
    float: left;
    width: 75%;
}    

    .data .top {
        line-height: 20px;
    }

        .data .top span.sport {
            font-weight: bold;
        }
        
        .data .top span.shortdescription {
        
        }
    
    .data .bottom {
        line-height: 20px;
    }

.row:nth-child(odd) {
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.link {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}

    .link a {
        color: #000;
        display: block;
        float: right;
        text-decoration: none;
    }                         

    .link a:hover {
        text-decoration: underline;
    }
    
.live {
    color: #F04e22;
    font-weight: bold;
}                                            

.dropdown {         
    border-bottom: 1px solid #ccc;
    padding: 10px;
}                                                             

    .dropdown select {            
        font-size: 12px;    
        height: 25px;
        line-height: 25px;
        width: 100%;
    }                                                           

        .dropdown select option {         
            font-size: 12px;
        }
        
.orangelabel {
    background: #f04e22;
    color: #fff;
    display: block;
    float: left;
    font-family: "CamingoDos-ExtraBold", Arial, Verdana;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: auto;
}