/* This stylesheet generated by Transfonter (https://transfonter.org) on June 13, 2017 9:11 PM */
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('/fonts/EncodeSansCondensed-Bold.woff2') format('woff2'),
        url('/fonts/EncodeSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Inconsolata';
    src: url('/fonts/Inconsolata.woff2') format('woff2'),
        url('/fonts/Inconsolata.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    background: #2f2f2f;
    color: #fff;
    font-family: Inconsolata;
    font-size: 16px;
    height: 100%;
}
body {
    overflow: auto;
    padding-bottom: 30vh;
}

a {
    color: inherit;
}

header {
    padding: 50px 0;
    text-align: center;
}

header h1 {
    font-family: Encode Sans Condensed;
    font-size: 36px;
    margin: 0;
}
header h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    opacity: 0.6;
}
header h2 a {
    color: #fff;
}

section {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 10px;
}

.instance-progress {
    margin: 0 auto 40px;
    max-width: 600px;
}
.instance-progress > :first-child {
    font-size: 20px;
    margin-bottom: 15px;
}
.instance-progress.is-error {
  border: 2px solid #b00;
  color: #b00;
  padding: 40px 0;
  text-align: center;
}
.panel {
    border: 2px solid #555;
    padding: 20px;
    text-align: center;
}
.panel p {
    margin: 0 0 20px;
}
.instance-progress .quality-choice-wrapper .quality-choice {
    align-items: center;
    display: flex;
    justify-content: center;
}
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-family: Inconsolata;
    font-size: 18px;
    padding: 15px;
}
.instance-progress .quality-choice-wrapper button + button {
    margin-left: 15px;
}

form label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
form label span {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}
form label input {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
    display: block;
    font-family: Inconsolata;
    font-size: 1.2em;
    padding: 0.5em;
    width: 100%;
}


@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.progress-bar {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress-bar .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress-bar .indeterminate {
    background-color: #26a69a; }
    .progress-bar .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress-bar .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

