body{
    font-family: 'PT Sans', sans-serif;

}
table
{
  border-collapse: collapse;
  width: 100%;
}
th , td
{
  border: 1px solid #A9A9A9;
  padding-left: 25px;
}
h1{
  text-align: left;
  font-size: 35px;
  color: #5F9EA0;
  font-family: serif;
  border-bottom: 2px solid #A9A9A9;
  padding-bottom: 3px;
  padding-left: 7px;
}
h2{
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #2F4F4F;
}
label{
  padding-left: 10px;
}
thead tr th
{
  text-align:left;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
}

table#t_2 tbody tr:nth-child(even)
{
  background-color: #fff;
}
table#t_2 tbody tr:nth-child(odd)
{
  background-color: #eee;
}
table#t_3 tbody tr:hover
{
  background-color: #eee;
}
table#t_3 thead tr th{
  border-top: none;

}
table#t_3 th, table#t_3 td{
  border-left: none;
  border-right: none;
}

table#t_4 thead tr th{
  border-top: none;
  border-bottom: 2px solid #C0C0C0;

}
table#t_4 th, table#t_4 td{
  border-left: none;
  border-right: none;
}
