/*Styles for the Olympic Widget*/

@font-face {
    font-family: 'Ozone';

    /*=================================
    Insert the path to the fonts folder
    =================================*/
    src: url('fonts/ozone-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/ozone-webfont.woff') format('woff'), 
         url('fonts/ozone-webfont.ttf') format('truetype'),
         url('fonts/ozone-webfont.svg') format('svg'); 
}

#olympics-widget a {
	color: #b02020;
}

#div_countdown_title{

	font-family: 'Ozone';
	color: white;
	text-decoration: none;
	/*width:95%;*/
}

#div_countdown_title2{

	font-family: 'Ozone';
	color: white;
	text-decoration: none;
	/*width:95%;*/

}

#Olympics_box1{
	/*width:95%;*/
	background-color:#F9313B;
	/*padding: 0px 0px;
	margin: 0px 0px;*/
	text-align:center;
	overflow:hidden;
	
}


#olympic_title{

	color: white;
	font-size:35px;
	text-decoration: none;
	/*width:95%;*/
	line-height: 35px;
}

#xcount2_1961713694{
	/*This is the syling of the div the counter appears in*/
	background-color:white;
	/*width:95%;*/
	text-align:center;
	/*Font color and font size are both set inside of london_olympics_countdown.php*/
	overflow:hidden;
	
}