.generic-html-block {
	max-width: 600px;
	font-size: 14px;
    line-height: 22px;
}
	
ol {
    margin-left: 12px;
}

ol .covid-button {
    margin-left: 8px;
}

.covid-button {
    padding: 10px 25px;
    margin: 20px;
    width: 350px; 
    color: #f2f2f2; 
}

.generic-html-block a:hover {
	text-decoration: none !important;
}

.generic-html-block a:hover {
	text-decoration: none !important;
}

.covid-button.secondary {
	background-color: #fff;
    border: 2px;
    color: #f60;
    border-color: #f60;
    border-style: solid;
}

@media(max-width: 669px)  {
	.covid-button 	{
		width: 90%; 
	}
}