html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 75px;
  background: url(/static/images/seigaiha.png) repeat 0 0;
  font-family: 'Open Sans', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: flex-end;
}

body>.container-fluid,
body>.container {
  padding: 60px 15px 20px;
  max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lora', sans-serif;
}

.faq-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-index-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-index h4 {
  color: #000;
}

.service-dropdown-desc {
  text-transform: none;
  font-style: normal;
  padding-left: 10px;
  color: #555;
  font-size: 9pt;
}

.service-dropdown-service {
  display: inline-block;
  min-width: 110px;
  font-size: 11pt;
}

.center {
  text-align: center;
}

.blurb {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14pt;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

span.reg {
  font-size: 6pt;
}

span.memset {
  text-decoration: none;
  color: #000;
  font-family: "arial black", serif;
  font-size: 10pt;
  font-weight: bold;
}

a.memsetlink:link,
a.memsetlink:visited,
a.memsetlink:hover,
a.memsetlink:active {
  text-decoration: none;
  color: #000;
}

.rw-copyright {
  font-size: 10pt;
  height: 25px;
}

.memset-hosting {
  font-size: 10pt;
  height: 25px;
}

.premium-thanks {
  font-size: 10pt;
  height: 25px;
}

.invalid-feedback {
  display: block;
}

#progress_bar {
  display: none;
}

#progress_tip {
  display: none;
}

#progress_spinner {
  height: 20px;
  width: 20px;
}

.asteriskField {
  display: none;
}

#upload-error, #upload-info {
  display: none;
}

.task-table {
  margin-top: 20px;
}

.task-table caption {
  caption-side: top;
  text-align: center;
}

.nice-table {
  background-color: #fdfdfd;
}

.nice-table caption {
  caption-side: top;
  text-align: center;
  font-family: 'Lora', sans-serif;
  font-size: 14pt;
  color: #111;
}

.tweet-text-cell {
  max-width: 500px;
  word-wrap: break-word;
}

.privacy-data {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: "Courier", serif;
  font-size: 10pt;
}

.anchor {
  display:block;
  height:60px;
  margin:-60px 0 0;
  visibility: hidden;
}

.ads {
  text-align: left;
  margin-top: 50px;
}

.ads h5 {
  color: #000;
}

.announcement {
  margin-bottom: 30px;
}

.mode-description {
  text-align: left;
  margin-bottom: 10px;
}

.instructions img {
  border: 2px solid #000;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.instructions h2 {
  line-height: 1.5em;
}

.instructions h3 {
  margin-top: 30px;
}

.green {
  color: #0f0;
}

.red {
  color: #f00;
}