table { 
  min-width: 525px;
  max-width: 80%;
  margin: 40px auto;
  border-collapse: collapse; 
  border-spacing: 0;
}

td, th {
  padding: 4px;
  border: 1px solid #ccc;
  max-width: 30%;
}

th {
  background: #f3f3f3;
}

.court-type {
  background-color: #101060;
  color: #fff;
}

tr:nth-child(even) td {
  background: #F1F1F1;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
} 
h1, .intro {
  color: #666;
  font-family: Arial, sans-serif;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
}

.intro {
  width: 750px;
}