.download-button
{
	text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 30px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    line-height: 30px;
}

.download-button:hover
{
    background: #5ab6cc;
}

table, td, th
{
	border: 1px solid;
	border-collapse: collapse;
}

table
{
	width: 500px;
	background-color: white;
}

td, th
{
	color: black;
	border-color: black;
	font-size: 20px;
}

th
{
	background-color: white;
}

td
{
	width: 40%;
	text-align: center;
}

/* tr:hover
{
	background-color: coral;
} */

/* td:hover
{
	background-color: coral;
} */