			.fcont {display: flex;flex-direction: row;justify-content: space-around;flex-wrap: nowrap;margin: 0 auto;padding: 0;}
			#panelsRow1, #panelsRow2 {text-align:center;}
			#panelsRow1 {}
			#panelsRow2 {}
			#news-board { width:617px; }
			h1 { margin:0; font-size:28px; }
			#other-sponsors { display:block; /*float:left; width:130px;*/ overflow:hidden; text-align:center; margin-top:30px; }
			#other-sponsors img { width:120px; margin:30px 0; }
			#currentTime {float: none !important;font-size:28px; font-family: 'Kadwa', serif;}

			h1 {
				font-family:'Helvetica',Arial,sans-serif;
				font-size:40px;
				text-align:center;
				text-shadow: #ccc 0em 0em 2px;
				color:#fff;
			}
			.nogames {
				font-family:'Helvetica',Arial,sans-serif;
				font-size:30px;
				line-height:50px;
				margin:0;
				text-align:center;
				text-shadow: #ccc 0em 0em 2px;
			}

			.gamePanel { background:url('../live/img/bg-scoreboard.png'); display:inline-block; width:308px; height:230px; position: relative;}
			.panel-inner { margin:21px; }
			.divisionName { font-size:13px; height:21px; line-height:20px; color:#333; font-weight:bold; text-align:center; }
			.team1 { font-size:26px; }
			.team2 {  }
			.teamName { font-family: sans-serif; font-size: 10px; height: 18px; line-height: 9px; color:#333; font-weight:bold; text-align:center;margin-top: -4px;}
			.leftColumn, .rightColumn {width:48%; }
			.leftColumn {float:left;}
			.rightColumn { float:right; }
			.score { text-align:center; color:#fff; font-weight:bold; height:59px; line-height:59px; position: absolute;left: 0;top: 54px;width: 100%; }
			.score .leftColumn { margin-left: 6px; }
			.score .rightColumn { margin-right: 6px; }
			.score .score-letter { background:url('../live/img/score-number-bg.png') no-repeat; overflow:hidden; width:35px; height:44px; line-height:44px; font-size:42px; text-align:center; margin:7px 2px 0; display:inline-block; }
			.field, .timer { height:32px; line-height:32px; }
			.field { padding-left:0px; font-size:10px; }
			.timer { text-align:right;font-size:15px; }
			.timer.paused { color:#999; }
			.timer .timerTime {  }
			.timer .timerPaused { font-size:0.9em; color:grey; }

			.events { height:67px; overflow:hidden; padding:0;width: 87%;margin: 0;position: absolute;top: 111px; }
			.events p { font-size:12px; height:13px; line-height:1rem; margin:0; }
			.events p.event-tries { text-align:left; background:url('../live/img/tries-bg.png') center right no-repeat; }
			.events p.event-injury { text-align:left; background:url('../live/img/injuries-bg.png') center right no-repeat; }
			.events p.event-sinbin { text-align:left; background:url('../live/img/sinbin-bg.png') center right no-repeat; }
			.events p.event-sinbin-off { text-align:left; background:url('../live/img/sinbin-off-bg.png') center right no-repeat; }
			.game-footer{position:absolute;top:182px;width: 86%;height: 28px;}
			.game-footer .field {line-height: 0.9rem;width: 100%;}
			
			#news-board-container { height:176px; width:617px; margin:auto; background:url('../live/img/mainboard-bg.png') center right no-repeat; }
			#news-board {  }
			#news-board p { margin:0; padding:0; }
			#news-board p.event-title { color:#323232; font-size:26px; text-transform:uppercase; text-align:center; }
			#news-board p.event-title .event-field { color:#258e00; }
			#news-board p.event-player { color:#fb3300; font-size:48px; text-transform:uppercase; text-align:center; }

			#news-board #sponsor-main img { max-height:130px; max-width:560px; }

			.sponsors-other { background:url('../live/img/other-sponsor-bg.png') center center no-repeat; width:307px; height:176px; }
			.sponsors-other {  }
			#sponsors-other-left {  }
			#sponsors-other-right {  }

			#panelsRow1, #panelsRow2 {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 auto !important;align-content: flex-start;justify-content: center;max-width: 50%;}
            
			.align-center { text-align:center; }

			.break { clear:both; }
            