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;
}
.disabled{
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px 0 50px;
}

.footer .nav{
  justify-content: center;
}

.footer .nav a {
  font-weight: 800;
}

.html-page-heading{
  margin: auto;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px;
}

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;
}
#id_tweet_id {
  max-width: 500px;
}
.alert-error{
  color: #670f12;
  background-color: #f4d2d3;
  border-color: #efbfc1;
}

@media only screen and (max-width: 750px) {
  .wg-default, .wg-default .country-selector {
    bottom: 0 !important;
    position: fixed !important;
    right: 0px !important;
  }
  .wg-flags a{
    width: 60px;
  }
  .wg-flags a img.wg-flag {
      height: 24px !important;
      margin-left: 10px !important;
  }
  .wg-drop.country-selector.closed .wgcurrent:after {
    transform: rotate(90deg) !important;
    left: 0 !important;
  }
  .wg-drop.country-selector .wgcurrent:after{
    left: 3px !important;
  }
  .footer {
    padding: 0px 0 50px;
  }
}

a {
    color: #2FA4E7;
    text-decoration: none;
    background-color: transparent;
}
