@charset "UTF-8";
/* CSS Document */
#file + label {
  display: none;
}
#drop {
  display: block;
}
table.mobile {
  display: none;
}
span.file {
  font-family: 'Avenir', 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  margin: 100px auto 80px;
  max-width: 200px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  color: #2381B3;
  border: 2px solid currentColor;
  border-radius: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  color: #0B6FA4;
}
@media only screen and (max-width: 640px) {
  /* Mark Sheet Checker */
  html, body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
  }
  #file + label {
    display: block;
  }
  #drop {
    display: none;
  }
  h1 {
    margin: 0;
    padding-top: 0;
    font-size: 16px;
    text-align: center;
  }
  .navigation a {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navigation .spacer {
    display: inline;
  }
  .description, .message {
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.3em;
    max-width: inherit;
    width: 100%;
  }
  table.desktop {
    display: none;
  }
  table.mobile {
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
  }
  table.mobile tbody {
    font-size: 16px;
    border-top: 15px solid white;
  }
  table.mobile, table.mobile th, table.mobile td {
    border: 1px solid white;
    padding: 1px;
  }
  table.mobile th {
    font-size: 13px;
    font-weight: normal;
    color: white;
    background-color: #74aecf;
  }
  table.mobile th, table.mobile td {
    width: 400px;
  }
  table.mobile th[colspan="6"] {
    font-size: 16px;
    padding: 4px;
    background-color: #0b6fa4;
  }
  table.mobile td {
    color: black;
    background-color: #deedfa;
  }
  table.mobile .issue {
    white-space: normal;
    text-align: left;
  }
  table.mobile .issue td {
    padding-right: 10px;
  }
  table.mobile .red {
    color: red;
  }
  table.mobile .black {
    color: black;
  }
  /* Custom Settings */
  form#form {
    width: 100%;
    margin-top: 10px;
  }
  div.container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  table.paleBlueRows .settings {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  table.paleBlueRows .settings .slider {
    width: 100%;
  }
  form#form .container {
    font-family: Arial, Helvetica, sans-serif;
  }
}
