.mobile, .mobile #content {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: transparent;
}

body.mobile {
  background: #00b6cd url(../images/report-header.png) top center no-repeat;
}

.mobile #header, .mobile #right {
  display: none;
}

.mobile #content {
  margin-top: 100px;
}

.mobile #left {
  margin: 0;
  float: none;
}

.mobile #content .column {
  width: 100%;
}

.mobile #content #left {
  padding-top: 10px;
}

.mobile .report_kit_visible_desc b {
  display: inline-block !important;
  float: none;
}

.mobile #report_kit_submit_button {
  text-align: center;
  margin: 0;
}

.mobile #report_kit_submit_button input {
  float: none;
  display: inline-block !important;
}

.mobile #content br {
  display: none;
}

.mobile footer {
  background: #4D4E4E url(../images/footer.png) center center no-repeat;
}

#mask {
  font-size: 16px;
}

#mask h1 {
  font-size: 40px;
}

#mask span {
  display: block;
}
