body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 600px;
  background-color: #FAFAFA;
  margin: 0 auto;
}

.yLabel {
  width: 40px;
  height: 480px;
  position: relative;
  float: left;
}

.xLabel {
  width: 480px;
  text-align: center;
  margin-left: 42px;
  margin-top: 6px;
}

.yText {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.yMin {
  margin: 0;
  position: absolute;
  top: 98%;
  transform: translateX(120%);
}

.yMax {
  margin: 0;
}

.xMax {
  float: right;
}

.xMin {
  float: left;
}

.xText {
  text-align: center;
  margin-left: 15px;
}

.curveTool {
  padding-top: 20px;
  width: 530px;
  margin: 0 auto;
}

.mainText {
  line-height: 1.2;
}

.CodeMirror {
  font-family: "Inconsolata", monospace;
  height: auto;
  padding: 10px;
  border: 1px #333 solid;
  border-radius: 2px;
}

.loadInput {
  font-family: "Inconsolata", monospace;
  width: 80%;
  font-size: 14pt;
  padding: 7px;
}

.loader {
  margin-top: 20px;
  text-align: center;
}

.title {
  margin-top: 60px;
}

.button {
  margin-top: 8px;
  font-size: 14pt;
  background: #0080ff;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
}

fieldset {
  border: none;
  padding: 0;
  margin-top: 20px;
  margin-left: 40px;
  text-align: center;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
  transition: all 0.2s;
}

.radio-inline__input:checked + .radio-inline__label {
  background: #0080ff;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.radio-inline__input:focus + .radio-inline__label {
  outline-offset: -2px;
  outline: #4d90fe auto 5px;
}

footer {
  padding: 40px;
}
