body {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

.wrapper {
  max-width: 1200px;
  margin: 50px auto;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 3em;
  margin: 0 0 0.1em 0;
  color: #999;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 2em;
  margin: 0 0 10px;
  color: #999;
}

a {
  font-family: "Source Sans Pro", sans-serif;
  color: #3e95cd;
}

.code-change-button {
  background-color: #502973;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  margin: 8px 4px;
}

.ghost-button {
  background-color: #502973;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td,
table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #36304a;
  color: white;
}
table tbody tr {
  height: 50px;
}
table td,
table th {
  text-align: left;
}
table td.l,
table th.l {
  text-align: right;
}
table td.c,
table th.c {
  text-align: center;
}
table td.r,
table th.r {
  text-align: center;
}

.error_text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 3em;
  margin: 0 0 0.1em 0;
  color: #502973;
}

.form-style-6 {
  font: 95% Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 10px auto;
  padding: 16px;
  background: #f7f7f7;
  text-align: center;
}
.form-style-6 h1 {
  background: #43d1af;
  padding: 20px 0;
  font-size: 140%;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin: -16px -16px 16px -16px;
}

.code-timers {
  font-weight: 300;
  font-size: 140%;
}

input[type="radio"] {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(
      0deg,
      transparent 20%,
      hsla(0, 0%, 100%, 0.7),
      transparent 80%
    ),
    -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, 0.7), transparent
          80%);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, 0.8),
    0 0 0 1px hsla(0, 0%, 0%, 0.6), 0 2px 3px hsla(0, 0%, 0%, 0.6),
    0 4px 3px hsla(0, 0%, 0%, 0.4), 0 6px 6px hsla(0, 0%, 0%, 0.2),
    0 10px 6px hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 15px;
  position: relative;
  width: 15px;
  -webkit-appearance: none;
}
input[type="radio"]:after {
  background-color: #444;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.4),
    0 1px 1px hsla(0, 0%, 100%, 0.8);
  content: "";
  display: block;
  height: 7px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 7px;
}
input[type="radio"]:checked:after {
  background-color: #f66;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.4),
    inset 0 2px 2px hsla(0, 0%, 100%, 0.4), 0 1px 1px hsla(0, 0%, 100%, 0.8),
    0 0 2px 2px hsla(0, 70%, 70%, 0.4);
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 13.3px 0;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #502973, 0px 0px 1px #5d3086;
  background: #502973;
  border-radius: 1.3px;
  border: 0.2px solid #502973;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #309ba3, 0px 0px 1px #36aeb7;
  border: 0px solid #309ba3;
  height: 35px;
  width: 12px;
  border-radius: 18px;
  background: #309ba3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13.5px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #582d7e;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #502973, 0px 0px 1px #5d3086;
  background: #502973;
  border-radius: 1.3px;
  border: 0.2px solid #502973;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #309ba3, 0px 0px 1px #36aeb7;
  border: 0px solid #309ba3;
  height: 35px;
  width: 12px;
  border-radius: 18px;
  background: #309ba3;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #482568;
  border: 0.2px solid #502973;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #502973, 0px 0px 1px #5d3086;
}
input[type="range"]::-ms-fill-upper {
  background: #502973;
  border: 0.2px solid #502973;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #502973, 0px 0px 1px #5d3086;
}
input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px #309ba3, 0px 0px 1px #36aeb7;
  border: 0px solid #309ba3;
  height: 35px;
  width: 12px;
  border-radius: 18px;
  background: #309ba3;
  cursor: pointer;
  height: 8.4px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #502973;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #582d7e;
}
.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  align-self: center;
  align-content: center;
}

.select-box {
  cursor: pointer;
  position: relative;
  max-width: 20em;
  margin: 5em auto;
  width: 100%;
}

.select,
.label {
  color: #414141;
  display: block;
  font: 400 17px/2em "Source Sans Pro", sans-serif;
}

.form-style-3 {
  font: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 10px auto;
  padding: 16px;
  background: #f7f7f7;
  text-align: right;
}

.form-style-2 {
  font: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 10px auto;
  padding: 16px;
  background: #f7f7f7;
  text-align: left;
}
/*
.select {
  width: 80%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  background: none transparent;
  border: 0 none;
}
.select-box1 {
  background: #ececec;
}

.label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
.open .label::after {
   content: "▲";
}
.label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  border-left: 5px solid #fff;
}
*/
