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

  
}




table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
}

td {
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
 
}

td a{
font-size: 24px;
 
}

th {
  text-align: center;
  padding: 15px;
  color: #fff;
}


thead th {
  background-color: #55608f;
}
tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.35);
   
}
tbody td {
  position: relative;
}

tbody td a:link {
  color: #001a33;
  text-decoration: none;
}


tbody td a:visited{
  color: #001a33;
  text-decoration: none;
}




tr td a:hover{
  color:#dd0033;


   
}

thead th a:hover {
   color: #fff;
 
}

img {
	float: left;
}