﻿html, body { width: 100%; height: 100%; }
html { overflow: hidden; }
body { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1 { font-size: 20px; padding-bottom: 5px; margin: 0px; }

#myMap { width: 100%; height: 100%; position: relative; }
#logo { height: auto; position: absolute; top: 15px; left: 70px; z-index: 2000; text-align:right; }
#stats { height: auto; position: absolute; bottom: 35px; left: 15px; z-index: 2000; text-align:left; background-color:#FFF; padding:10px; }
#stats p { margin-bottom: 0em; }

#runnerInfo { height: auto; width:200px; position: absolute; bottom: 35px; right: 15px; z-index: 2000; text-align:left; background-color:#FFF; padding:10px; }
.runners { padding:10px; font-weight:bold; }

.stat { font-weight: bold; }
.stat b { color:Blue; }

#about { font-size: 12px; font-weight: normal; color: #669; }

