.mailer_htmlcontent h1 { font-size: 2em; } 
.mailer_htmlcontent h2 { font-size: 1.5em; } 
.mailer_htmlcontent h3 { font-size: 1.17em; } 
.mailer_htmlcontent h4 { font-size: 1.12em; } 
.mailer_htmlcontent h5 { font-size: .83em; } 
.mailer_htmlcontent h6 { font-size: .75em; }

button#chwc {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-top: 20px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 20px;
	background: lightblue;
	border: none;
}
	button:hover#chwc {
	background: lightsalmon;
}

.cookie_agg {
  background-color: #3f4b4f;
  color: #ffffff;
  bottom: 0;
  padding: 15px;
  position: fixed;
  width: 100%;
  z-index: 999;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
}
.row .inline {
  display: inline-block;
  vertical-align: middle;
}
.cookie_agg a.read {
  color: #f8b52e;
}
.cookie_agg a.read:hover {
  color: #f8b52e;
  text-decoration: underline;
}

#cookiesagreement {
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  background-color: #e7e7e7;
  color: black;
}

