body {

	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
    color: #007AC9;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
ul { padding:0; list-style: none; }
ol { margin:0; padding: 0 0 0 20px;}

#weltklasse-app .timetable {
    font-size: 16px;
    padding: 10px;
}

#weltklasse-app .header {

    background: #007AC9 url(../img/bg.jpg) no-repeat;
    background-size: cover;
    background-position-y: bottom;
    min-height: 150px;
    position: relative;
}

#weltklasse-app .header h1 {
    font-size: 18px;
    margin: 0;
    padding-top: 5px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    padding-right: 40px;
    color: #fff;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#weltklasse-app .date {
    background: #007AC9;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
	margin: 15px 0 5px 0;
}

#weltklasse-app .competition {
    border: 2px solid #007AC9;
    margin-bottom: 5px;
    padding: 8px 5px;
    display: table;
    width: calc( 100% - 12px );
}
	#weltklasse-app .competition .time {
	    width: 46px;
    	vertical-align: top;
    	display: table-cell;
        padding-left: 5px;
        line-height: 20px;
	}
    #weltklasse-app .competition .content {
    	display: table-cell;
        position: relative;
        vertical-align: top;
        padding-left: 34px;
        padding-right: 78px;
        line-height: 20px;
	}

    #weltklasse-app .competition.DR .name:before {

        position: absolute;
        content: "";
        left: 0;
        background: url(../img/diamond.jpg) no-repeat center;
        background-size: 30px auto;
        height: 20px;
        width: 30px;
    } 

    #weltklasse-app .competition.choreo1 .content:after {

        position: absolute;
        content: "";
        right: 30px;
        top: 50%;
        background: url(../img/choreo01.png) no-repeat center;
        background-size: 50px auto;
        height: 23px;
        width: 50px;
        margin-top: -11.5px;
    }

    #weltklasse-app .competition.choreo2 .content:after {

        position: absolute;
        content: "";
        right: 30px;
        top: 50%;
        background: url(../img/choreo02.png) no-repeat center;
        background-size: 50px auto;
        height: 23px;
        width: 50px;
        margin-top: -11.5px;
    } 

    #weltklasse-app .competition.choreo3 .content:after {

        position: absolute;
        content: "";
        right: 4px;
        top: 50%;
        background: url(../img/choreo03.png) no-repeat center;
        background-size: 50px auto;
        height: 23px;
        width: 50px;
        margin-top: -11.5px;
    } 

    #weltklasse-app .competition.CH .name:after {

        position: absolute;
        content: "";
        right: 8px;
        top: 50%;
        background: url(../img/swiss-flag.png) no-repeat center;
        background-size: 20px auto;
        height: 20px;
        width: 20px;
        margin-top: -10px;
    }
    
    #weltklasse-app .competition.ceremony .content:after {

        position: absolute;
        content: "";
        right: 4px;
        top: 50%;
        background: url(../img/lightshow.jpg) no-repeat center;
        background-size: 48px auto;
        
        width: 48px;
        height: 20px;
        margin-top: -11.5px;
    } 
    
    #weltklasse-app .competition.fanbingo .content:after {

        position: absolute;
        content: "";
        right: 4px;
        top: 50%;
        background: url(../img/fanbingo.jpg) no-repeat center;
        background-size: 48px auto;
        
        width: 48px;
        height: 20px;
        margin-top: -11.5px;
    } 

    #weltklasse-app .privacy-policy {
        color: #444;
        font-size: 16px;
        padding: 20px;
        font-weight: 300;
        line-height: 22px;
    }
    #weltklasse-app .privacy-policy .block {
        padding: 20px 0;

    }
    #weltklasse-app .privacy-policy h2,
    #weltklasse-app .privacy-policy h3,
    #weltklasse-app .privacy-policy h4 {
        margin: 0;
        padding:0;
        font-weight: 400;
    }
    #weltklasse-app .privacy-policy h2 {
        font-size: 22px;
        padding-bottom:3px;
        margin-bottom: 30px;
        text-transform: uppercase;
        border-bottom: 1px solid #333;
    }
    #weltklasse-app .privacy-policy h3 {
        font-size: 20px;
        padding-top: 15px;
    }
    #weltklasse-app .privacy-policy h4 {
        font-size: 16px;
    }

    #weltklasse-app .privacy-policy a {
        color: #333;
    }