.all,
body{
  margin: 0
}
.all{
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
table{
  display: inline-block;
}
h2{
  font-size: 32px !important;
}
tr:nth-child(2)	
{
  background-color: #222 !important;
  color: white;
}
tr:nth-child(3){
background-color: #444 !important;
  color: white;
border-top: 1px #fff solid;
}
tr:nth-child(even) {background: #eee}
tr:nth-child(odd) {background: #fff}
tr{
  padding: 7px;
}
td{
  padding: 2px 4px;
}
a,
a:active,
a:focus,
a:visited{
  text-decoration: none;
  color: inherit;
}
a:hover{
  color: red !important;
}
.vs{
  margin: 0;
  margin-top: 18px;
  background-color: #222;
}
.f{
  display: none;
}
