/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Covid Notice **/
#covid_19_notice {
	-webkit-box-shadow: 0 0 5px 5px rgb(131, 175, 144) !important;
	-moz-box-shadow: 0 0 5px 5px rgb(131, 175, 144) !important;
	box-shadow: 0 0 5px 5px rgb(131, 175, 144) !important;
	background-color: rgb(255, 255, 255) !important;
	max-width: 800px !important;
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
	margin-top: 20px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
