@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
	font-family: 'Lato', Arial, sans-serif;
	color: #333;
	font-size: 0.875em;
background-color: #FFFFFF !important;
}

html {
	overflow: scroll;
}

.top:after {
    clear:both;
    content:" ";
    display:block;
}

.mobile {
display: none;
}

.logo, .logo p {
	width: 100%;
}

.logo h1, .logo a{
	text-align: center;
	font-weight: bold;
	color: #222;
  text-shadow: 2px 2px 3px #999;
	font-size: 40px;
	width: 100%;
}

.wrapper{
	width: 1600px;
	margin: auto;
	overflow: hidden;
	padding: 5px;
/*	border: 1px solid #666666;
	border-radius: 5px;*/
}

#personal {
	float: left;
	width: 410px;
	margin: 10px 10px 0px 10px;
	padding: 5px;
}

#pic {
	float: left;
	margin: 10px;
}

.topwrap{
	margin: 10px;
	width: 800px;
	clear: both;
}

.contact {
	padding-top: 50px;
	float: left;
	font-size: 11px;
}

.find {
	padding: 10px;
	float: left;
	line-height: 70%;
}

.logo img{
	width: 500px;
	margin-left: 380px;
}

.center, .left, .right{
	min-width: 300px;
	padding: 5px;
	margin: 10px 5px;
	background: #EFEFEF;
  	box-shadow: 2px 2px 3px #000000;
  	-webkit-box-shadow: 2px 2px 3px #00000;
  	-moz-box-shadow: 2px 2px 3px #00000;
}

.wrapleft, .wrapcenter, .wrapright {
	float: left;
}

.wrapleft, .wrapright {
	margin-top: 30px;
}

.bottomwrap{
	padding: 5px;
	margin: 5px;
border: 1px solid #666666;
border-radius: 5px;
background: #ffffff;
	overflow: hidden;
}

.info-left{
	float: left;
	margin: 10px 10px 10px 30px;
}

h1 {
	cursor: pointer;
	padding: 15px 10px;
	font-size: 18px;
	vertical-align: center;
	text-align: center;
	font-weight: normal;
  margin: -5px -5px 5px -5px;
}

pre {
	white-space: pre-wrap;
}

.right h1 {
background: rgb(3,85,54); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(3,85,54,1) 0%, rgba(6,171,109,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(3,85,54,1)), color-stop(100%,rgba(6,171,109,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035536', endColorstr='#06ab6d',GradientType=1 ); /* IE6-9 */
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #000000;
}

.left h1 {
background: rgb(6,171,109); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(6,171,109,1) 0%, rgba(3,85,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(6,171,109,1)), color-stop(100%,rgba(3,85,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(6,171,109,1) 0%,rgba(3,85,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(6,171,109,1) 0%,rgba(3,85,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(6,171,109,1) 0%,rgba(3,85,54,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(6,171,109,1) 0%,rgba(3,85,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ab6d', endColorstr='#035536',GradientType=1 ); /* IE6-9 */
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #000000;
}

.center h1, .left h1, .right h1 {
background: rgb(3,85,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(3,85,54,1) 0%, rgba(6,171,109,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,85,54,1)), color-stop(100%,rgba(6,171,109,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035536', endColorstr='#06ab6d',GradientType=0 ); /* IE6-9 */
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #000000;
}

h2 {
	font-size: 11px;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
}

.ind, .event, .round, .wind {
	font-weight: bold;
	border: none !important;
}

.ind {
	font-size: 13px;
	padding-top: 1em;
}

.event {
	padding-top: .75em;
}

.round {
	padding-top: .5em;
}

td {
	/*border: 1px solid black;*/
	padding-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: center;
	}

.medals td{
	text-align: center;
	text-shadow: none;	
	font-weight: bold;
}

#personal td {
	/*font-size: 14px;*/
	font-family: inherit;
	vertical-align: top;
	white-space: normal;	
	font-size: inherit;
	padding: inherit;
}

#personal span {
	font-size: 24px;
	font-weight: bold;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #066DAB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E60000;
}

table {
   border-collapse: collapse;
   line-height: 130%;
}

tbody th {
	background-color: #2ea879;
    background-color: #06ab6d;
}

tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

@media (max-width: 760px) {
body{
margin: 0;
}

.wrapper{
	width: 100%;
}

.wrapleft, .wrapcenter, .wrapright {
	width: 98%;
	margin: auto;
}

.logo img{
	width: 90%;
	margin-left: 10px;
}

#pic {
	margin: 1% 5% 1% 1%;
	width: auto;
}

.left, .right, .center{
	min-width: 100%;
	float: none;
	padding-bottom: 3px;
	overflow-x: scroll;
}

#personal {
	margin: 1%;
	width: 100%;
}

.right h1, .left h1 {
background: rgb(3,85,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(3,85,54,1) 0%, rgba(6,171,109,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,85,54,1)), color-stop(100%,rgba(6,171,109,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(3,85,54,1) 0%,rgba(6,171,109,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035536', endColorstr='#06ab6d',GradientType=0 ); /* IE6-9 */
  color: #ffffff !important;
  text-shadow: 2px 2px 3px #000000;
}

.mobile {
display: block;
}

.mobilemenu {
display: inline;
}

.desktop {
display: none;
}

#menu-bar {
display: none !important;
}

.info-left {
	float: none;
	width: 100%;
	margin-left: 5px;
}
}