body {
  background-color: #036;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
article {
  background-color: white;
}
footer {
  color: white;
  background-color: #036;
}
a:hover {
  text-decoration: underline;
}
a:visited, a:link {
  color:  #C30505;
}
a.ftsMenuItemLink {
  text-decoration: none;
  text-shadow: 1px 1px black;
  color: #FC3;
  font-size: 12pt;
  font-family: impact, verdana, arial, sans-serif;
}
nav {
  background-color: #036;
}
a.ftsMenuItemLink:hover {
  color: white;
}
a.ftsMenuItemLink:link, a.ftsMenuItemLink:visited {
  color: #FFCC33;
}
li.ftsMenuItem {
  color: #FFCC33;
  background-color: #C30505;
}
#ftsCompetitionTitle {
  font-size: 16pt;
}
#ftsPageTitle {
  font-size: 14pt;
}
.ftsBorderTableTitle, .ftsBorderedTable caption {
  text-align: left;
  padding: 3px;
  background-color: #036;
  color: white;
}
#ftsLadderMain, #ftsTipperLadderStatus, .ftsStdTableWidth1, #ftsTipperLadderList {
  width: calc(100%);      
}
.ftsBorderedTable {
  width: 100%;
  border: 1px solid #003366;
}
.ftsBorderedTable th {
  background-color: #003366;
}
#ftsTipperLadderStatus tr:nth-child(2) {
  display: none;
}
#ftsTipperListFindMeDiv {
  width: 23em;
}
#ftsTipperListFindMe, #ftsCompSumQuickLogin {
  width: 3em;
}
.ftsTable {
  border-collapse: collapse;
}
.ftsTable th, .ftsTable td {
  padding: 3px;
}
.ftsTable th, .ftsTable th a, .ftsTable th a:link, .ftsTable th a:hover, .ftsTable th a:visited {
  color: #FC3;
}
#ftsTipsHeaderDiv {
  border-top: 1px solid #036;
}
header {
  background-color: #036;
  color: #FC3;
  border-bottom: 5px solid #C30505;
  padding-left: 1.5em;
  margin-bottom: 3px;
}
header h1 {
  font-size: 28pt;
  font-family: impact, verdana, arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
header h2 {
  font-weight: normal;
  font-size: 8pt;
  padding: 0;
  margin: -0.5em 0 1em 0;
}
header a, header a:link, header a:hover, header a:visited {
  text-decoration: none;
  color: white;
}
#ftsBanner {
  margin: 0 auto;
  width: 100%;
}
#ftsBannerImage {
  display: block;
  margin: 1em auto;

}
.fullWidth {
  width: 100%;
}
.fullHeight {
  height: 100%;
}
@media all and (max-width: 500px) {
  nav {
    width: 100%;
  }
  header {
    margin: 3px;
  }  
}
@media all and (min-width: 501px) {
  article {
    border-right: 3px solid #036;
  }
  nav {
    border-right: 3px solid #036;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  a.ftsMenuItemLink {
    font-size: 10pt;
  }
}
@media all and (max-width: 680px) {
  /* make menu smaller */ 
  li.ftsMenuItem {
    padding-left: 3px;   
  }
  #ftsPageTitle {
    margin: 0;
  }
  header {
    padding-left: 3px;
  }
}
@media all and (max-width: 900px) {
  header h1 {
    font-size: 18pt;
  }
  h1#ftsCompetitionTitle {
    font-size: 12pt;
  }
  h2#ftsPageTitle {
    font-size: 10pt;
  }
}
@media all and (min-width: 901px) {
  html {
    background-color: white;
  }
}
