ul.erank {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

ul.erank li{
  display: inline-block;
  border-left: 2px solid gray;
  padding: 0 8px;
}
ul.erank li:last-child{
  border-right: 2px solid gray;
}

table.ranktbl{
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #D4D4D4;
}

table.ranktbl tr:nth-child(odd) th,
table.ranktbl tr:nth-child(odd) td{
  border: 1px solid #D4D4D4;
  background: #f3f3f3;
  padding: 5px;
}
table.ranktbl tr:first-child th{
  border: 1px solid #D4D4D4;
  background: #ddd;
  padding: 5px;
  font-size: 1.1em;
}
table.ranktbl th{
  border: 1px solid #D4D4D4;
  padding: 5px;
  width: 60%;
}
table.ranktbl td{
  border: 1px solid #D4D4D4;
  padding: 5px;
  width: 40%;
}
.tal{
  text-align: left;
}
.tar{
  text-align: right;
}
.fwb{
  font-weight: bold;
}
a{
  text-decoration: none;
}
a:link{
  color:#333333;
    text-decoration: none;
}
a:visited{
  color:#333333;
}
a:hover{
  color: #00b8ee;
  text-decoration: none;
}
