html, body{
	margin: 0;
	border: none; 
	display: block;
	width: 100%;
}

a {
	color: #ffffff;
}

body {
	background-color: #1a1a1a;
	font-family: 'Bai Jamjuree', serif;
	font-size: 0;
	color: #ececec;
	text-align: center;
	display: inline;
}

span.nobr { 
	white-space: nowrap; 
}

div.head {
	padding-top: 20pt;
	font-weight: 300;
	font-size: 30pt;
}

div.body {
	font-weight: 200;
	font-size: 18pt;
	padding-top: 30pt;
	padding-bottom: 20pt;
	line-height: 2;
}

div.grid, div.grid3 {
	display: inline-flex; 
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: center;
	text-align: center;
	width: 100%
}

div.grid3 {
	
	background-color: #333;
}
div.cell, div.cell2, div.cell3 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 90%;
	margin: 10px;
}

div.cell2 {
	background-color: #999;
}

div.cell3 {
	background-color: #999;
}

div.score {
	display: inline-block;
	margin: 0 20 0 20px;
}

div.foot {
	border-top-style: solid;
	border-width: 1px;
	font-size: 10pt;
	padding-top: 10pt;
}

div.soon {
	align-items:center;
	font-weight: 300;
	font-size: 30pt;
}

#main-logo {
	width: 100%;
	height: auto;
}

img.thumb {
	width: 100%;
}

img.spon-logo {
	height: 20pt;
	padding: 10pt;
}

@media only screen and (min-width: 740px) {
	div.top {
		padding-top: 50pt;
	}
	#main-logo {
		width: 30%;
		height: auto;
	}
	div.cell {
		flex-basis: 21%;
	}
	div.cell2 {
		flex: 0 0 21%;
		background-color: #999;
	}
}