h2 {
    text-align: center;
}


table#fixture, table#results {
    border: 1px solid black;
    border-collapse: collapse;
    margin-top: 5px;
    margin-left: 22px;   
    background-color: white; 
}

td {
    border: 1px solid black;
}

th {
    border: 1px solid black;
}

.month {
    background-color: silver;
}

.bold {
    font-weight: bold; 
}

.uline { text-decoration: underline;}

#venue {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 92px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;
}

#note {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 303px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;
}

#secutoff {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 376px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;
}

#licence {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 587px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;
}

#discretion {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 661px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;  
}

#open {
  position: absolute;
  width: 34%;
  left: 39%;
  top: 748px;
  border: 1px solid black;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;  
  font-size: 95%;
}


