@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
}
#flo50 {
  background-color: #eeeeee;
}
#flo50.container {
  padding: 0;
}
#flo50 header.xcFlo50 figure {
  background: url('blueFlo50-option4C.png') no-repeat center;
  background-size: auto 100px;
  width: 100%;
  height: 90px;
}
#flo50 header.milesplit50 figure {
  background: url('MileSplit50Logo_378x106.png') no-repeat center;
  background-size: auto 60px;
  width: 100%;
  height: 60px;
}
#flo50 header h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  text-transform: uppercase;
}
#flo50 header nav {
  background-color: #ed1c24;
  color: #fff;
  height: 40px;
  padding: 6px;
  line-height: 28px;
  vertical-align: middle;
}
#flo50 header nav a {
  display: block;
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#flo50 .rankings {
  cursor: pointer;
  font-size: 16px;
}
#flo50 .rankings.placeholder {
  min-height: 134px;
  cursor: default;
}
#flo50 .rankings > div {
  line-height: 34px;
  height: 32px;
  vertical-align: middle;
  padding-left: 8px;
  background-color: #f6f6f6;
  overflow: hidden;
}
#flo50 .rankings > div:nth-of-type(odd) {
  background-color: #dddddd;
}
#flo50 .rankings .rank {
  margin-right: 6px;
  font-weight: bold;
}
#flo50 .rankings .athlete {
  margin-right: 4px;
}
#flo50 .rankings .where {
  font-style: italic;
  color: #919191;
}
#flo50 .rankings.objective > div {
  line-height: 44px;
  height: 44px;
  vertical-align: middle;
  padding-left: 8px;
  background-color: #f6f6f6;
  clear: both;
}
#flo50 .rankings.objective > div > div {
  float: left;
}
#flo50 .rankings.objective > div .rank {
  font-size: 18px;
}
#flo50 .rankings.objective > div .time {
  margin-right: 10px;
}
#flo50 .rankings.objective > div .athleteTeam {
  padding-top: 4px;
  line-height: 20px;
  width: 190px;
  overflow: hidden;
  height: 40px;
}
#flo50 .rankings.objective > div .team {
  font-size: smaller;
  font-style: italic;
  color: #919191;
}
#flo50 .rankings.objective > div:nth-of-type(odd) {
  background-color: #dddddd;
}
#flo50 footer {
  display: block;
  width: 100%;
  height: 32px;
  bottom: 0;
  left: 0;
}
#flo50 footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}
#flo50 footer a span {
  font-family: "Oswald", "Arial Black", arial-black, sans-serif;
  letter-spacing: 0.1px;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  vertical-align: top;
  padding-left: 32px;
  background: no-repeat left center;
}
#flo50 footer a.facebook {
  float: left;
  width: 50%;
  background-color: #24496A;
}
#flo50 footer a.facebook span {
  background-image: url('share-facebook-icon.png');
}
#flo50 footer a.twitter {
  margin-left: 50%;
  background-color: #1AA3E7;
}
#flo50 footer a.twitter span {
  background-image: url('share-twitter-icon.png');
}
#flo50 #linkOverlay1 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 92px;
  z-index: 999;
}
.dropdown {
  position: relative;
  height: 26px;
  width: 71%;
  background-color: #fff;
}
.dropdown i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px !important;
  left: auto;
  color: #646464;
  height: 26px;
  line-height: 26px;
}
.dropdown select {
  display: block;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  outline: none;
  font-size: 1.1rem;
  text-align: left;
  vertical-align: middle;
  -webkit-appearance: none;
  /* Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  width: 100%;
  padding-left: 6px;
  position: relative;
  line-height: 26px;
  height: 26px;
}
.dropdown select option {
  text-align: left;
  font-size: 1.1rem;
  line-height: 26px;
  height: 26px;
}
