/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.monaco-editor *,
.monaco-editor *::before,
.monaco-editor *::after {
  box-sizing: initial;
}

.monaco-editor .editorPlaceholder {
  white-space: pre;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Open Sans', Lato, sans-serif !important;
  -moz-font-feature-settings: 'liga' 0;
  overflow: auto;
  font-size: 1rem;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  cursor: pointer;
}

button,
button:visited,
button:active,
button:hover {
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:not(output):-moz-ui-invalid {
  box-shadow: none;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

input,
textarea,
select {
  font-family: 'Open Sans', Lato, sans-serif !important;
  padding: 10px 15px;
  border: none;
  outline: none;
  margin: 0;

  background-color: #e7e9eb;
  font-weight: 400;
  font-size: 13px;
}

input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
  border: none;
  outline: none;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #7e8082;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}

select {
  font-family: inherit;
  text-indent: 1px;
  text-overflow: clip;
  padding-left: 11px;
}

h1 {
  font-size: 7vw;
}

h2 {
  font-size: 6vw;
}

h3 {
  font-size: 5vw;
}

@media screen and (min-width: 857.142857px) {
  h1 {
    font-size: 60px;
  }
}

@media screen and (min-width: 666.666667px) {
  h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 600px) {
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 320px) {
  h1 {
    font-size: 22.4px;
  }

  h2 {
    font-size: 19.2px;
  }

  h3 {
    font-size: 16px;
  }
}

h1,
h2,
h3 {
  font-weight: 700;
  width: 100%;
}

.pm,
.th {
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.7em;
  padding-top: 0.12em;
}


/*# sourceMappingURL=app-0c0af20b.css.map*/