/* CSS Document */
div.fellow table {
  width: 100%;
  height: 50px;
  border-collapse: collapse;
}

div.fellow table th {
  background-color: #85754d;
  font-size: 135%;
  color: #ffffff;
  border: 0 px solid black;
  height: 50 px;
  padding: 20 px;
  text-align: left;
  
}

div.fellow table tr:nth-child(even){
  background-color: #b7a57a;
}

div.fellow table tr:nth-child(odd){
  background-color: #ffffff;
}

div.fellow table td {
  border: 0 px solid black;
  height: 50 px;
  padding: 3px 5px 3px 5px;
  text-align: left;
}

div.fellow table td:nth-child(1){
    width: 20%;
}

div.fellow table td:nth-child(2){
    width: 7.5%;
}

div.fellow table td:nth-child(3){
    width: 10%;
}

div.fellow table td:nth-child(4){
    width: 12.5%;
}

div.fellow table td:nth-child(5){
    width: 7.5%;
}

div.fellow table td:nth-child(6){
    width: 7.5%;
}

div.fellow table td:nth-child(7){
    width: 15%;
}

div.fellow table td:nth-child(8){
    width: 20%;
}

div.fellow a {
  color: #000000;
  text-decoration: none;
}

div.fellow a:hover {
  color: #0000EE;
  font-weight:bold;
}