

.share a {color: #8d142d;}

html, body {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.event-list-wrapper .event-list .event .progress-dummy {display:none;}

extrafield label {
	color: #444444;
	font-weight:bold;
	font-size:0.9rem;
	
}

label[for="remarks"] {
  font-weight:bold;
  font-size:14px;
  color:#006f76;
}

@media screen and (min-width: 36.25em) {
   label {
        font-size: 1.1rem;
		line-height: 1.4;
    }

}