* {
  outline: none;
  font-family: "Titillium Web", sans-serif;
  box-sizing: border-box; }

::selection {
  color: white;
  background: rgba(153, 153, 153, 0.35); }

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1.5em; }
  body footer {
    position: relative;
    padding: 0.8em;
    color: #e6e6e6;
    font-weight: bold;
    text-align: center; }
  body h1 {
    margin: 0;
    padding: 0.4em 0.5em 0;
    font-size: 2em;
    font-family: "Poiret One", cursive;
    text-align: center; }
  body form > p {
    margin: 0;
    font-size: 0.8em;
    text-align: center; }
  body form > input, body form > #dimensions > input {
    display: block;
    font-family: "Titillium Web", sans-serif; }
  body form input {
    margin: 1em auto; }
  body form > input:not([type="file"]), body form > #dimensions > input:not([type="file"]) {
    width: 20em;
    border: none;
    padding: 0.2em 0.4em;
    font-size: 1.1em;
    background: #ddd; }
  body form > input[type="submit"], body form > #dimensions > input[type="submit"] {
    width: auto;
    margin-bottom: 0;
    padding: 0.2em 0.65em;
    background: #c4c4c4;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease; }
    body form > input[type="submit"]:hover, body form > #dimensions > input[type="submit"]:hover {
      background: #b7b7b7; }
  body form #radioMethod {
    text-align: center; }
    body form #radioMethod div {
      display: inline-block; }
      body form #radioMethod div a {
        font-size: 0.65em;
        vertical-align: top; }
      body form #radioMethod div input {
        display: none; }
        body form #radioMethod div input + label {
          cursor: pointer; }
          body form #radioMethod div input + label:before {
            content: "";
            display: inline-block;
            position: relative;
            width: 0.5em;
            height: 0.5em;
            margin: 0 0.25em 0.05em 0.75em;
            border: solid black 1px;
            border-radius: 50%;
            transition: all 0.2s ease; }
          body form #radioMethod div input + label:hover:before {
            border-color: #c4c4c4;
            background: #c4c4c4; }
        body form #radioMethod div input:checked + label {
          cursor: default; }
          body form #radioMethod div input:checked + label:before {
            border-color: black;
            background: black; }
  body #loading {
    margin-top: 0.2em;
    font-size: 3em;
    text-align: center;
    color: #CCCCCC; }
  body #error {
    margin-top: 0.7em;
    padding: 0.1em 0.2em;
    font-size: 1.5em;
    text-align: center;
    color: white;
    background: darkred; }
  body #results {
    margin-top: 1em; }
    body #results table {
      width: 17em;
      margin: 0 auto; }
      body #results table td:last-of-type {
        text-align: right; }
      body #results table .heading {
        display: block;
        margin: 0;
        font-size: 1.2em;
        font-weight: bold; }
    body #results #bar {
      display: block;
      width: 17em;
      height: 1em;
      margin: 1em auto;
      border: solid black 1px;
      background: #CCCCCC; }
      body #results #bar > div {
        width: 0;
        height: 100%;
        background: red; }

/*# sourceMappingURL=style.css.map */
