body {
  background: #f4f4f4; font: 16px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.criteriaSect {
	background: #f4f4f4;
}

#header1 {
  background: #304f95;
}

#trapezoid2 button {
  background-color: #304f95; border-color: #304f95;
}

.btn-mich {
  background: #304f95; border: 0; color: #fff;
}

.btn-mich:hover {
  background: #403fef;
}

.table-mich th {
  background: #304f95; color: #fff;
  font-size:10pt;
  font-style:italic;
}

#trapezoid1 {
  border-top: 120px solid #fff;
  border-right: 50px solid transparent;
  height: 0;
  width: 200px;
  position: absolute; top: -10px; left: -10px;
  z-index: 999;
  min-width: 500px;
}

#trapezoid2 {
  border-bottom: 120px solid #f4f4f4;
  border-left: 80px solid transparent;
  height: 0;
  width: 200px;
  position: absolute; right: 0; top: 0;
  z-index: 999;
  min-width: 500px;
}

#atsPortalLogo {
  display: none;
}