h1 {
  font-weight: 300!important;
  font-size: 66px!important;
}

h2 {
  font-weight: 300!important;
  font-size: 38px!important;
  color: black!important;
}

footer p {
  color: white!important;
}


footer {
  background-color: #ff3333;
}

footer table {
    width: 100%!important;
}

.my_footer {
  vertical-align: middle;
  padding: 10px 20px;
  color: white!important;
  font-size: 14px!important;
  text-align: center;
}

.my_footer.links a:first-child {
	margin-right: 10px;
}

a, a:visited,
.CHHeroBlock_suggestedSearchContainer {
    color: white!important;
}

.CHBlock_container.CHBlock_alignCenter.CHHeroBlock_container {
  background: 
		linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.8)), 
		url(resources/Storage/Branding/iikohelp_bg.jpg);
}

.release_notes {  
  height: 100%;
  color: white; 
  margin: 20px auto 20px; 
  vertical-align: middle;
}

.release_notes td {
  vertical-align: middle;
  text-align:center;
}

.release_notes td a {
  color: white;
  background-color: #ff3333;
  border-radius: 7px; 
  padding: 10px 20px; 
  display: block; 
  font-size: 14px; 
  text-decoration: none;
}.CHBlock_richTextContent, .CHBlock_container * {font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;}