table{
  width: 100%;  
}
table td, th{
  padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
table tr{
	border-bottom: 1px solid #ddd;
}

table tr:nth-child(even){
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

h1{
	font-size: 60px;
	font-weight: 900;
}