table {
  border-collapse:  collapse;
  text-align:  center;
  font-size:  12px;
  width:  99%;
  table-layout: fixed
  color: black;
  font-weight:  bold
}

td {
  border:  1px solid black;
  padding:  5px 20px;
  width:  20%;
  border-bottom:  1px solid black;
  border-right:  1px solid black; 
  border-left:  1px solid black;
  border-top:  1px solid black;
}

html { 
  font-family:  Vardana, Geneva, sans-serif;
  !important;
}

div.tab {
  overflow: hidden;
  border:  1px solid;
  background-color: #0D6644;
  color: #FFFFFF;
  width: 100%;
}

div.tab button {
  background-color: inherit;
  float:  left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition:  0.3s;
  font-size:  15px;
  color:  white; 
  font-weight: bold;  
}

.tabcontent {
  display: none;
  padding:  6px 12px;
  border: 1px solid;
  border-top:  none;
}

.statstabcontent {
  display: none;
  padding:  6px 12px;
  border: 1px solid;
  border-top:  none;
}

td {
  width: 10px;
}

td.top-four-made-cut {  
  background-color: #0D6644;
  color:  white;
  font-weight: bold;  
}

td.top-four-missed-cut {  
  background-color: #0D6644;
  color:  red;
  font-weight: bold;  
}
td.bottom-three-made-cut {  
  background-color: #bcc4d1;
  color:  white;
  font-weight: bold;  
}
td.bottom-three-missed-cut {  
  background-color: #bcc4d1;
  color:  red;
  font-weight: bold;  
}
td.under-par {
  color:red
}
td.over-par {
  color:white;
  background-color:black;
}

td.lb-under-par {
  color:white;
  background-color:red;
}
td.even-over-par {
  color:blue
}

td.player {
  color: green;
}

.infoDiv {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.infoKey {
  background-color: #0D6644;
  color: white;
  width:90px;
}

.infoValue {
  width:160px;
}

.selected-player {
  background-color: #0D6644;
  color:  white;
  font-weight: bold; 
}

.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    /* font-family: sans-serif, Arial; */
    /*font-size: 16px;*/
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px  #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #0D6644;
    border-color: #4c4;
    color:white;
    font-weight: bold; 
}

.button-clicked {
  background-color:black !important;
}
