@font-face {
    font-family: 'kockout69FullLiteWeight';
    src: local('kockout69FullLiteWeight'),
    local('kockout69FullLiteWeight'),
    url('../fonts/Knockout69FullLiteweight.woff') format('woff');
}

@font-face {
    font-family: 'Knockout_66FullFlyweight';
    src: local('Knockout_66FullFlyweight'),
    local('Knockout 66 FullFly weight'),
    url('../fonts/Knockout_66FullFlyweight.WOFF') format('woff');
}

body {
    /*background-color: dimgray;*/
    opacity:0;
}

#ad {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:300px;
}

.vs {
    font-size: 17px;
    left: 1px;
}

.logo {
    position: absolute;
    right:14px;
    top: 190px;
    z-index: 5;
}

.headline {
    position: absolute;
    top: 11px;
    left: 10px;
}

#teamsPlaying {
    position: absolute;
    font-family: kockout69FullLiteWeight;
    float: right;
    height: 100px;
    width: 170px;
    top: 50px;
    color: white;
    left: 320px;
    line-height: 24px;
    font-size: 36px;
    /*padding-left: 56px;*/
    text-transform: uppercase;
    //border:1px solid red;
}

#feedFail {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.showing {
    position: absolute;
    top: 21px;
    left: 32px;
    opacity: 0;
    font-family: Knockout_66FullFlyweight;
    font-size:24px;
    letter-spacing:1px;
	color: white;
}

#showingTonight {
    position: absolute;
    top: 42px;
    left: 4px;
    opacity: 0;
}