/* Site.css - add any site specific styles here
	colors, logos, etc.
*/
hr {
	margin-top: 8px;
	margin-bottom: 8px;
}
.header {
	height: 75px;
	align-items: center;
	padding: 0 10px;
	background:	#003A4F;
}
.header h1 {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-stretch: ultra-condensed;
}

.mailableLink {
	margin-top: 8px;
	margin-bottom: 8px;
}
