body {
	font-family: arial, sans-serif;
	font-size: .87em;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	float: none;
}

header {
	background: #36f;
	width: 100%;
	height: auto;
}

header h1 {
	color: #fff;
	margin: 0;
	padding: .5em 1em;
}
header h1 a {
	color: #fff;
	text-decoration: none;
}


div.navigation {
	background: #333;
	width: 100%;
	height: auto;
}


div.content {
	margin: 0;
	padding: 0 1em;
}



ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li {
	display: inline-block;
	background: #333;
	margin: 0;
	padding: .25em 1em;
	border-right: 1px #fff solid;
}
ul.nav li a {
	color: #fff;
	text-decoration: none;
}


div.content {
	clear: both;
	float: none;
}


/* L O T T O   T A B L E */
table.lotto-table {
	width: 500px;
	background: #fff;
	margin: 0em;
	padding: 0;
}
table.lotto-table thead tr {
	background: #333;
}
table.lotto-table thead th {
	color: #fff;
	padding: 5px 10px;
}
table.lotto-table tbody tr:nth-child(odd) {
	background: #d9d9d9;
}
table.lotto-table tbody td:nth-child(9) {
	text-align: center;
}

form textarea {
	width: 30em;
	height: 20em;
}
form input[type='submit'] {
	margin: 0;
	padding: .5em 1em;
}



/* S T A T  &  T E N D E N C Y  T A B L E */
table.stat,
table.tendency {
	background: #fff;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.stat thead,
table.tendency thead {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 0;
}

table.stat th,
table.tendency th {
	font-size: 120%;
	font-weight: 400;
	text-align: center;
	width: 30px;
	margin: 0;
	padding: 2px 1px;
	border: 1px #ccc solid;
}

table.stat td,
table.tendency td {
	text-align: center;
	margin: 0;
	padding: 10px 1px 0 1px;
	border: 1px #ccc solid;
}

table.stat td.pct {
	font-size: 75%;
}

table.stat td div {	background: #36f; }
table.tendency td div {	background: #070; }
table.tendency td.low div {	background: #999; }




/* F R E Q U E N C Y */
table.frequency {
	font-size: 80%;
	background: #fff;
	margin: 0 0 5rem 0;
	padding: 0;
	border-collapse: collapse;
}

table.frequency th,
table.frequency td {
	min-width: 15px;
	border: 1px #000 solid;
}

table.frequency th:first-child,
table.frequency td:first-child {
	background: #ffd;
	font-size: 110%;
	min-width: 100px;
}
table.frequency thead tr:first-child {
	background: #ffd;
}

table.frequency td.on {
	background: #070;
	color: #fff;
}



.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.vtop { vertical-align: top; }
.vmid { vertical-align: middle; }
.vbot { vertical-align: bottom; }

.win {
	background-color: rgba(0, 255, 157, 0.33);
}


div.play {
	margin: 2rem 0 1rem 0;
}

div.play ul {
	list-style: none;
	font-size: 120%;
	margin: 0;
	padding: 0;
}

div.play ul li {
	float: left;
	background-color: rgb(219, 219, 219);
	color: #000;
	min-width: 1.5rem;
	text-align: center;
	margin: 0 2px 0 0;
	padding: 5px;
}
