body, main {
  margin: 0 auto;
}
.body, .tip {
  stroke: #fff;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
footer, header, main {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #00c080;
  text-decoration: none;
}
img {
  border-style: none;
}
header {
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.5em;
}
header h1 {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
body {
  max-width: 960px;
  color: #404040;
  font-family: Roboto, sans-serif;
}
main h1, h2, h3, h4, h5 {
  text-align: center;
}
main p {
  text-align: justify;
}
main ul {
  list-style-type: none;
}
.u-clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.exhaust.two, .fuel, .removehole {
  display: none;
}
h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
header {
  padding-top: 20px;
  padding-bottom: 10px;
}
.logo {
  float: left;
  height: 80px;
  width: 80px;
}
.logo h2 {
  font-weight: 700;
  margin-top: 0px;
}
.balance {
  float: right;
  margin-top: 7px;
  width: 80px;
  height: 80px;
}
.balance p {
  font-size: 14px;
}
.figure {
  margin-top: 19vh;
  height: 181px;
}
.figure__animation {
  max-width: 265px;
  position: relative;
  z-index: -9;
}
.tip {
  stroke-width: 3px;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.body {
  fill: #6DDCBD;
  -webkit-transform: scaleX(1.25);
  transform: scaleX(1.25);
  -webkit-transform-origin: center;
  transform-origin: center;
  stroke-width: 3px;
}
.box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.circle {
  fill: #6DDCBD;
  stroke: #fff;
  stroke-width: 7px;
}
.exhaust {
  border-bottom-left-radius: 4px;
}
.exhaust.two, .exhaust__line {
  -webkit-animation: thurst 70ms infinite ease-in-out alternate;
  animation: thurst 70ms infinite ease-in-out alternate;
}
.smoke {
  -webkit-animation: smoke .1s infinite ease-in-out alternate;
  animation: smoke .1s infinite ease-in-out alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: .8;
}
@-moz-document url-prefix() {
  .smoke {
    animation: smokeFirefox .2s infinite ease-in-out alternate;
  }
}
h2 {
  font-size: 22px;
  max-width: 500px;
  margin: 5px auto 0;
}
main p {
  font-size: 16px;
  line-height: 20px;
  max-width: 480px;
  margin: 15px auto 0;
  color: #404040;
}
main img {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.caption {
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
footer {
  padding: 25px 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 960px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-top: 1px solid #efefef;
}
.option {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 5px;
}
.option svg {
  width: 25px;
  height: 25px;
  fill: gray;
  border: 1px solid #d6d6d6;
  padding: 5px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
.option div {
  display: table;
}
.option h4 {
  color: #19865C;
  font-size: 19px;
}
.option p {
  font-weight: 300;
  font-size: 15px;
  padding-top: 3px;
  color: #757575;
}
@media (max-width: 996px) {
  body, footer {
    max-width: 780px;
  }
  .logo h2 {
    margin-left: 0px;
  }
}
@media (max-width: 800px) {
  footer, main {
    position: relative;
  }
  footer {
    height: 100%;
  }
  .option {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .two {
    margin-left: 0px;
    -webkit-transform: none;
    transform: none;
  }
  .logo, .option, .balance {
    float: none;
  }
  main {
    padding: 0 25px;
  }
  main h2 {
    font-size: 18px;
  }
  main p {
    font-size: 14px;
  }
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
  }
}
main table {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.unavailable {
  color: #b60000;
}
ul h2 {
  text-align: left;
}
