div.holes h1,
div.hole h1 {
  padding:4px;
  padding-left:0;
  margin:0;
  /*margin-top:8px;*/
  font-size:14pt;
}

div.hole div.mainimage {
  margin-left:20px;
  margin-top:10px;
  float:right;
}


div#courseslideshow {
 height:200px;
 margin-top:10px;
}

div.holes table td {
  border-top:1px solid RGB(180,180,180);
}

div.holes th.white,
div.holes td.white,
div.sss td.white {
  text-align:right;
  color:black;
}

div.holes th.yellow,
div.holes td.yellow,
div.sss td.yellow {
  text-align:right;
  color:black;
}

td.white,
th.white {
  background-color:white
}
td.yellow,
th.yellow {
  background-color:RGB(244,224,110); /*253,253,161)*/
}
td.red,
th.red {
  background-color:RGB(216,93,93); /*221,94,94);*/
}

div.holes th.red,
div.holes td.red,
div.sss td.red {
  text-align:right;
  color:white;
}

div.holes table.holeinfo {
  width:140px;
  font-size:8pt;
}

div.sss table {
  width:150px;
  margin:5px;
  margin-bottom:20px;
  border:1px solid RGB(180,180,180);
}


