
/* Spearmint tints > http://inspire.server101.com/bttdb/html/tables/ */
/* table */
table {
  margin: 0 0 0 0;
//  background: #FFF;
  border-collapse: collapse;
  width: 90%;
}

.bigtablee {
  margin: 0 0 0 0;
}

.bigtable caption {
  text-align: left ;
  color: blue;
  margin: .3em 10;

}

/* reduced font size to save space */
.bigtable tr { font-size: 90%; }
/* prevent nested tables reducing font size further */
.bigtable tr tr { font-size: 100%; } 

.bigtable tbody tr.odd {
background: #DFEEEE;
}
/* table cells */
.bigtable th{
padding: .3em .7em;
text-align: left;
vertical-align: top;
  border-top: 1px solid #330066;
}

.bigtable td {
padding: .3em .7em;
text-align: left;
vertical-align: top;
  border-top: 1px solid #330066;
}


.bigtable thead {
  background: cornflowerblue;
  white-space: nowrap;
  border-bottom: 1px solid #363;
  color: #D25A0B;
  color: white;
  font: bold 18px Arial;
  text-decoration: none;
}
 
.bigtable tbody tr:hover {
background-color: moccasin;
} 


.contact {
  margin: 0 0 0 0;
  width: 50%;
}

.contact td {
background: lightgrey;
border-top: 0px solid #363;
}

.centered-cell {
  text-align: center;
} 
