html {
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
html body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
html body div.theme-atomik.ccm-page.userisloggedin {
  padding-top: 47px;
}
html body div.theme-atomik.ccm-page {
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
}
html body div.theme-atomik.ccm-page header,
html body div.theme-atomik.ccm-page main,
html body div.theme-atomik.ccm-page footer {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
html body div.theme-atomik.ccm-page main {
  background-color: #fefefe;
  padding: 5rem 0;
}
html body div.theme-atomik.ccm-page main h1 {
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
}
html body div.theme-atomik.ccm-page main h2 {
  font-family: Arial;
  font-size: 1.5em;
}
html body div.theme-atomik.ccm-page main h3 {
  font-family: Arial;
  font-size: 1.17em;
}
html body div.theme-atomik.ccm-page main h5 {
  font-size: .83em;
}
html body div.theme-atomik.ccm-page main a {
  color: #505050;
}
html body div.theme-atomik.ccm-page main a:hover {
  color: #000;
}
html body div.theme-atomik.ccm-page footer a {
  color: #fff;
}
html body div.theme-atomik.ccm-page footer a:hover {
  color: #eee;
}
