body {
	margin:  0;
}

header,
section,
aside,
footer {
  margin: 0 0 0 0;
}

h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

.logo {
	background-color: gray;
	float: left;
}

.heading {
	float: left;
}

header {
	background-color: silver;
	border-bottom: 4px solid maroon;
}

#page {
	width: 100%;
	margin: 0 .5%;
}

.title {
	color: maroon;
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px;
}

.subTitle {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
	margin: 20px 10px 10px;
}

.links {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px;
}

.mobileonly {
	background-color: orange;
	text-align: center;
	display: none;
	font: bold .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 4px solid maroon;
}

aside {
	float: right;
	background-color: orange;
	width: 170px;
	margin-bottom: auto;
	margin-top: auto;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	right: 0;
}

section {
	float: left;
	width: 100%;
	margin-left: 0;
}

.event
{
	background: #f0f0f0;
	color: navy;
	text-align: left;
	border-bottom: 3px solid black;
	border-top: 3px solid black;
	padding-bottom: 15px;
	padding-top: 15px;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 20px;
	margin-top: 10px;
}

.round {
	padding: 15px;
	border-right: 1px dotted silver;
	float: left;
}

.race
{
	text-align: left;
	font: italic bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
}

.raceTime {
	font: bold .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.result
{
	display: table-cell;
	border-style: none;
	padding: 2px 5px;
	color: black;
	font: .65em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

footer {
	background-color: silver;
	border-top: 4px solid maroon;
	clear: both;
	margin-bottom: 0;
	bottom: 0;
	right: 7px;
}

.copyright {
	text-align: center;
	padding-left: 180px;
}

.footerCenter {
	margin: 49%;
	display: table-cell;
	color: maroon;
	font: .65em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	left: 160px;
}

@media screen and (max-width: 768px) {
.event {background: #f0f0f0; font-weight:bold;font-size:1em;}
.race {font-size:.8em;}
.title {font: bold 1.1em Georgia, "Times New Roman", Times, serif;}
.section {width: 100%; float: clear;}
.subTitle {font: .8em;}
.copyright {padding-left: 5px;}
aside {visibility: hidden;}
.mobileonly {display: block;}
}

tbody tr:nth-of-type(2n) {background-color: #f0f0f0;}

th {
	padding-left: 5px;
	padding-right: 5px;
	border-style: none;
	text-decoration: underline;
	padding-top: 10px;
	font: bold .5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color:#018DB1;
	color:#fff;
}

tbody tr td:nth-of-type(1) {font-weight: bold;}