p {
	font-size: 16px;
}

.results {
border-collapse: collapse;
margin: 0px auto;
color: black;
font-size: 16px;
}

.results td {
border: 2px solid #555;
padding: 5px;
}

.results tr:nth-child(odd){background-color: #fff;}
.results tr:nth-child(even){background-color: #ddd;}

.results tr:hover {background-color: #bbb;}

.results th {
border: 2px solid #555;
padding: 5px;
text-align: left;
background-color: #4798e8;
color: white;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}

@media (max-width: 991.98px)
{
	.results
	{
		width: 100% !important;
	}
}
