#healthAdvisoriesDiv {
	margin-top: 20px;
	margin-bottom: 20px;
}

.healthAdvisoriesTitle {
	font-weight: 700;
}

#healthAdvisoriesWarningBox {
	border-radius: 16px;
	border-width: 4px !important;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 6px;
	/*background-color:  rgb(249,134,145);*/
}

#healthAdvisoriesTable {
	border: solid 1px;
	width:  100%;
	margin:  0 auto;
}

#healthAdvisoriesTable th {
	border: solid 1px;
}

#healthAdvisoriesTable tr {
	border: solid 1px;
}

#healthAdvisoriesTable td {
	border: solid 1px;
	padding-right: 6px;
	padding-left: 6px;
}