body, html {
	position: relative;
  margin: 0px;
  padding: 0px;
	background: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	text-align: center;
}
	
	.live_box {
		background: #b10006;
		background: -moz-linear-gradient(top, #b10006 0%, #7e0105 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #b10006), color-stop(100%, #7e0105));
		background: -webkit-linear-gradient(top, #b10006 0%, #7e0105 100%);
		background: -o-linear-gradient(top, #b10006 0%, #7e0105 100%);
		background: -ms-linear-gradient(top, #b10006 0%, #7e0105 100%);
		background: linear-gradient(to bottom, #b10006 0%, #7e0105 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10006', endColorstr='#7e0105', GradientType=0 );
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		border: 0;	

		position: relative;
		margin: auto;
		margin-top: 8px;
		margin-bottom: 8px;
		min-height: 100px;
		min-width: 900px;
		max-width: 1300px;
		width: 70%;
	}
	
	
		#logo {
			position: absolute;
			top: 50%;
			left: 70px;
			width: 282px;
			height: 75px;
			margin-top: -37px;
		}
		
		#napis_relacja {
			position: absolute;
			text-align: left;
			/*line-height: 93px;
			vertical-align: bottom;*/
			top: 12px;
			left: 270px;
			width: 300px;
			font-size: 15px;
			color: white;
			font-family: Arial Black, Arial Bold, Arial, Tahoma, Verdana;
			text-transform: uppercase;
			text-shadow: 2px 2px #000000;
		}

	
		.naglowek {
			padding-left: 30px;
			background: rgba(255, 255, 255, 0.3);
			color: white;
			font-family: Arial;
			font-size: 14px;
			height: 23px;
			line-height: 28px;
			vertical-align: 25px;
			text-shadow: 2px 2px 1px #000000;
		}
		
		.box_tlo { 
			background: rgba(255, 255, 255, 0.2);
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			text-shadow: 2px 2px 1px #000000;
			padding: 5px 13px;
		}
		
		
		.naglowek_live {
			font-family: "Myriad Pro", Arial, Tahoma, Verdana;
			font-size: 33px;
			color: #910803;
			font-weight: bold !important;
			padding: 0px 0px 4px 7px;
			text-shadow: 2px 2px 1px #000000;
		}
		
		.ico {
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			padding: 2px;
			background: white;
		}
		
		.middle { vertical-align: middle !important; }
		.nie_przenos { white-space: no-wrap; }
		.td_tab tr td { line-height: 25px; }
		.td_minuta { width: 53px; }
		.td_ikona {
			width: 40px;
			text-align: center;
			vertical-align: middle;
		}
		
		.box_min {
			background: rgba(255, 255, 255, 0.2);
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			line-height: 20px;
			color: white;
			text-shadow: 1px 1px #000000;
			font-family: Verdana, Arial;
			min-width: 28px;
			margin: 0px;
			margin-top: 2px;
			padding: 0px 3px;
			float: left;
			text-align: right;
		}
		.fleft { float: left !important; }
		.fright { float: right !important; }
		
		.box_typ {
			min-width: 29px;
			margin: 0px;
			padding: 0px 3px;
			float: right;
			text-align: center;
			line-height: 25px;
			vertical-align: middle;
		}
		.box_typ img { margin: auto; }
		
		.zdarzenie { padding-right: 27px;  /*display: none;*/ }
		.zdarzenie, .minuta {
			position: relative;
			clear: both;
			background: rgba(255, 255, 255, 0.2);
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			line-height: 25px;
			font-size: 13px;
			margin: 7px;
			padding-left: 87px; 
			color: white !important;
			text-shadow: 1px 1px #000000;
			font-family: Verdana, Arial;
			text-align: justify;
		}
		.wydarzenie_wpis {
			clear: both;
			color: white !important;
			text-shadow: 1px 1px #000000;
			font-family: Verdana, Arial;
			line-height: 20px;
			vertical-align: middle;
		}
		
		.tresc {
			color: white !important;
		}

		.minuta {
			position: absolute;
			font-weight: bold !important;
			top: -7px;
			left: -7px;
			float: left;
			text-align: center;
			width: 64px;
			padding-left: 3px !important; 
		}
		
		.pomeczu {
			font-size: 10px;
			width: 67px;
			padding-left: 0px !important; 
		}