html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #323232;
  bacground: #fff;
  font-family: Verdana, sans-serif;
  font-size: 18px;
}
body main {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
body a {
  text-decoration: none;
  color: #0073ff;
}
body h1 {
  font-size: 24px;
  font-weight: 700;
}

.primary-button {
  padding: 0.5em;
  border: none;
  border-radius: 0.5em;
  background-color: #0073ff;
  font-weight: 900;
  color: #fff;
}

.foundation-calculator h1 {
  padding: 0.2em;
  border-bottom: 2px dotted #323232;
  margin-bottom: 0.8em;
}

.input-parameter {
  padding-bottom: 1em;
  width: 96%;
  margin: 0 auto;
  display: block;
}
.input-parameter label {
  display: block;
  font-size: 12px;
  padding: 0.3em 0.5em;
}
.input-parameter input[type=number] {
  display: block;
  border: none;
  border-bottom: 1px solid #323232;
  padding: 0.5em;
  appearance: textfield;
  margin: 0 auto;
  width: 100%;
  color: #323232;
  text-align: right;
  font-weight: 500;
  box-sizing: border-box;
}
.input-parameter input[type=number]:focus {
  outline: none;
  border-bottom: 2px solid #0073ff;
}
@media screen and (min-width: 800px) {
  .input-parameter {
    width: 100%;
  }
}

.do-calculation {
  text-align: center;
}
.do-calculation .do-calculation_button {
  padding: 1em 3em;
  transition: 0.1s;
  cursor: pointer;
  font-size: 16px;
}
.do-calculation .do-calculation_button:hover {
  border: 1px solid #0073ff;
  background: #fff;
  color: #0073ff;
}

#answer-section {
  padding-bottom: 1em;
  text-align: center;
  color: #0073ff;
}

/*# sourceMappingURL=style.css.map */
