﻿html {
  background-color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
body {
  color: black;
}
.clearer {clear: both;}
.ftsLeftColumn {
  display: table-cell; 
}
article {
  background-color: white;
}
footer {
  color: black;
}
a:hover {
  text-decoration: underline;
}
a:visited, a:link {
  color:  #C30505;
}
a.ftsMenuItemLink {
  text-decoration: none;
  font-family: arial, sans-serif;
  text-transform: uppercase;
}
#ftsLogo {
  background-color: #183952;
  box-shadow: -3px 3px 0 3px black;
}
#ftsLogo img {
  margin: auto 0;
  transform: scaleX(-1);
}
a.ftsMenuItemLink:hover {
  color: black;
}
a.ftsMenuItemLink:link, a.ftsMenuItemLink:visited {
  color: black;
}
li.ftsMenuItem {
  color: black;
  background-color: white;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  border: 2px solid black;
  padding: 1px 0px 2px 4px; /*0.3em 1em;*/
}
a.ftsMenuItemLink:before { 
    content: "●"; /* <- bullet */
    margin-right: 0.3em;
}
#ftsCompetitionTitle {
  font-size: 16pt;
}
#ftsPageTitle {
  font-size: 14pt;
}
.ftsBorderTableTitle, .ftsBorderedTable caption {
  background-color: #214A00 ;
  color: white;
  padding: 3px;
  text-align: left;
}
#ftsLadderMain, #ftsTipperLadderStatus, .ftsStdTableWidth1, #ftsTipperLadderList {
  width: 100%;      
}
.ftsBorderedTable {
  width: 100%;
  border: 1px solid #214A00 ;
}
.ftsBorderedTable th {
  background-color: #214A00 ;
}
#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: white;
}
#ftsTipsHeaderDiv {
  border-top: 1px solid #a52121;
}
header {
  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;
}
#ftsBanner {
  margin: 0 auto;
  width: 100%;
}
#ftsBannerImage {
  display: block;
  margin: 1em auto;

}
.fullWidth {
  width: 100%;
}
.fullHeight {
  height: 100%;
}
@media all and (max-width: 500px) {
  header {
    margin: 3px;
  }  
}
@media all and (min-width: 501px) {
  
}
@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) {
  
}
