html,
body,
#simpleMasterForm {
  height: 100%;
}
body > #simpleMasterForm {
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width : 976px) {
  body > #simpleMasterForm .topMenuLogo {
    min-width: 970px;
  }
}
.simpleMenu {
  top: 0 !important;
  margin-top: 0 !important;
}
.mainContent {
  padding: .42857em 1.53688%;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .mainContent {
    margin-top: 10px;
  }
}
.simpleMasterContainer {
  padding-bottom: 2em;
}
#masterFooter {
  background-color: #333;
  clear: both;
  color: #999;
  padding: 0.5em 0;
  position: relative;
  z-index: 10;
  height: 2em;
  margin-top: 50px;
}
@media only screen and (max-width : 767px) {
  #masterFooter {
    height: auto !important;
  }
}
#masterFooter a {
  color: #999;
  text-decoration: none;
}
#masterFooter p {
  margin: 0;
  padding: 0.71428em 1.0416%;
  text-align: center;
}
#masterFooter p:last-child {
  padding: 0px;
}
#masterFooter .copyright {
  font-size: 13px;
}
@media only screen and (max-width : 767px) {
  #masterFooter .copyright {
    line-height: 1.3em;
  }
}
