@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url("fontawesome-4.5.0.min.css");
@import url("normalize.css");
@import url("tables.css");
@import url("forms.css");
@import url("buttons.css");
@import url("footable.core.css");

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(121, 159, 238, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-back {
  display: inline-block;
  height: 20px;
  width: 40px;
  position: fixed;
  top: 10px;
  right: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(26, 98, 39, 0.8) url(img/cd-left-arrow.svg) no-repeat center 50%;
  /*visibility: hidden;
  opacity: 100;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  */
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #cd8d57;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

body
{
  color:#000000;
}

div.centered {
  text-align: center;
}

div.centered table {
  margin: 0 auto;
  text-align: left;
}

.main_table
{
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  width: 100%;
  font-family: "Open Sans",Verdana,Tahoma,Arial,Helvetica,Sans-serif;
  font-size: medium;
}

div.linkback {
  font-size: small;
  text-align: center;
  padding-bottom: 15px;
}

a:link.d, a:visited.d
{
  text-decoration: none;
  color: #000000;
}

a:hover.d
{
  text-decoration: underline;
  color: #000000;
}

a:link.n, a:visited.n
{
  color: #FFFFFF;
}

.nav_bar
{
  background-color: #cd8d57;
  color: #FFFFFF;
  font-family: "Open Sans",arial,helvetica,sans-serif;
  font-size: medium;
  width: 100%;
  border: 0;
}

.nav_item
{
  color: #000000;
}

.content_normal
{
  text-align: center;
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 400;
  color: #000000;
}

.content_small
{
  text-align: center;
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}

.content_vsmall
{
  text-align: center;
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}

.content_list
{
  text-align: left;
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
}

.content_bold
{
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: medium;
  font-weight: 700;
  color: #000000;
}

.director
{
  width: 45%;
  text-align: left;
  font-family: "Open Sans","Comic Sans MS",sans-serif;
  font-size: small;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}

@media (min-width: 605){
  .table-70 {
		width: 70%;
	}
}

a:link.zero-tip, a:visited.zero-tip { text-decoration: underline; color: #000000; }
a:hover.zero-tip { text-decoration: none; color: #000000;  }

a:link.q-tip, a:visited.q-tip { text-decoration: underline; color: #000000; }
a:hover.q-tip { text-decoration: none; color: #000000;  }

#index_table {
  line-height: 25%;
}
#index_table td {
  padding-left: 3px;
  padding-right: 3px;
}  

textarea { resize: none; }

.right {
  text-align: right;
}
  
.place_points {
  text-align: right;
  margin-right: 0 !Important;
  padding-right: 2px !Important;
  width: 60px !Important;
}
  
.code {
  margin: 0 !Important;
  padding: 3px !Important;
  width: 10px !Important;
}

.standing {
  vertical-align: middle;
  text-align: center;
}    

.points {
  vertical-align: middle;
  width: 60px;
  white-space: nowrap !Important;
  text-align: right;
  font-weight: bold;
}

  
.small_total {
  padding-top: 0;
  margin-top: 0;
  padding-left: 20px;
  border: solid 1px;
}  
#busy {
  padding-top: 5px;
  padding-left: 5px;
  float: right;
  display: none;
} 

.highlighted {
  position: absolute; 
  top: 80px;
  left: 5000px;    
}             
 