.container
{
  width: 90%;
  margin: 2em auto;
  max-width: 830px;
}

.example
{
  border: 2px solid rgba(204, 204, 204, 0.3);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1rem -1.5rem;
}

.colors li
{
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 160px;
  margin-right: 30px;
}

.colors li:nth-child(4n+4)
{
  margin-right: 0;
}

body
{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6
{
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child
{
  margin-top: 0;
}

h1, h3
{
  font-family: "Roboto Slab", serif;
}

h1
{
  font-size: 4.1em;
}

h2
{
  font-size: 1.8em;
}

h3
{
  font-size: 1.3em;
}

h4
{
  font-size: 1.3em;
  font-weight: normal;
}

h5
{
  font-size: 1.05em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6
{
  font-size: 1.05em;
}

p
{
  line-height: 1.45;
  margin-bottom: .8rem;
  max-width: 34em;
}

p:last-child
{
  margin-bottom: 0;
}

strong
{
  font-weight: 600;
}

em
{
  font-style: italic;
}

a
{
  text-decoration: none;
  border-bottom: 1px solid inherit;
}

h1 + p
{
  font-size: 1.55rem;
  font-weight: 200;
}

.hushed
{
  font-size: .9em;
  opacity: .8;
}

body
{
  background-color: #fefefe;
  color: #666;
}

table
{
  margin-left:20px;
}

th
{
  text-align: center;
  padding: 10px;
}

th:nth-child(1)
{
  text-align: center;
}

tr
{
  text-align: center;
}

tr:nth-child(even)
{
  background-color: #e0e0e0;
}

tr td
{
  padding: 10px;
}

tr td:nth-child(1)
{
  text-align: center;
}

a
{
  color: #46c4d7;
  border-bottom: 1px solid rgba(70, 196, 215, 0.5);
}

a:hover
{
  color: #259aab;
  border-bottom-color: #259aab;
}

h1 a
{
	font-size: 1.3em !important;
	border-bottom: none !important;
}

.c-black
{
  background-color: #333;
  color: #fefefe;
}

.c-muted
{
  background-color: #ccc;
  color: #fefefe;
}

.c-primary
{
  background-color: #ff5656;
  color: #fefefe;
}

.c-secondary
{
  background-color: #46c4d7;
  color: #fefefe;
}

.black
{
  color: #333;
}

.muted
{
  color: #ccc;
}

.primary
{
  color: #ff5656;
}

.secondary
{
  color: #46c4d7;
}

h1, h2, h3, h4
{
  color: #333;
}

h5
{
  color: #ff5656;
}

.btn, .btn-secondary, .btn-muted
{
  background-color: #ff5656;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ff0a0a;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.2;
  padding: 0 1em;
  -webkit-font-smoothing: antialiased;
}

.btn:hover, .btn-secondary:hover, .btn-muted:hover
{
  color: #fefefe;
}

.btn:not(.btn-disabled):hover, .btn-secondary:not(.btn-disabled):hover, .btn-muted:not(.btn-disabled):hover
{
  background-color: #ff3d3d;
}

.btn-secondary
{
  background-color: #46c4d7;
  box-shadow: 0 2px 0 #259aab;
}
.btn-secondary:not(.btn-disabled):hover
{
  background-color: #31bdd2;
}

.btn-muted
{
  background-color: #ccc;
  box-shadow: 0 2px 0 #a6a6a6;
}

.btn-muted:not(.btn-disabled):hover
{
  background-color: #bfbfbf;
}

.btn-disabled
{
  opacity: .5;
  cursor: default;
}

.btn-container li
{
  display: inline-block;
}

form > div,
fieldset
{
  margin-bottom: 1rem;
}

legend, .input-container label
{
  color: black;
  display: block;
  font-size: .75em;
  font-weight: 600;
  margin-bottom: .55rem;
}

.input-container
{
  position: relative;
}

.input-container label
{
  position: absolute;
  left: .85rem;
  top: .95rem;
}

.input-container--error label span
{
  color: #ff797c;
}

input, textarea, .option-container label
{
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: .5rem .7rem;
  width: 100%;
}

input, textarea
{
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding-top: 2rem;
  -webkit-font-smoothing: antialiased;
}

input:focus, textarea:focus
{
  border-color: #46c4d7;
  outline: 0;
}

.input-container--valid input, .input-container--valid textarea
{
  border-color: #a6a6a6;
}

.input-container--valid input:focus, .input-container--valid textarea:focus
{
  border-color: #46c4d7;
}

.input-container--error input, .input-container--error textarea
{
  border-color: #ff797c;
}

.input-container--error input:focus, .input-container--error textarea:focus
{
  border-color: #ff2d31;
}

.option-container label:before
{
  background-color: white;
  background-image: -webkit-linear-gradient(#fff 0%, #fff 30%, #fafafa 70%, #fafafa 100%);
  background-image: linear-gradient(to   , #fff 30%, #fafafa 70%, #fafafa 100%);
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 1px #bfbfbf, 0 0 1px #fff inset;
  content: '';
  display: block;
  position: absolute;
  top: 1.25em;
  left: .75em;
  height: 16px;
  width: 16px;
}

.option-container input:checked + label:after
{
  background-color: #3da1b2;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1.5em;
  left: 1em;
}

.option-container
{
  position: relative;
  width: 100%;
}

.option-container input
{
  display: none;
}

.option-container label
{
  display: block;
  font-size: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.4rem;
  margin-bottom: .55rem;
}

.option-container label:before
{
  border-radius: 2px;
}

.option-container input[type="radio"] + label:before
{
  border-radius: 9px;
}

.option-container:hover label
{
  background-color: #f2f2f2;
  cursor: pointer;
}

.option-container:last-of-type label
{
  margin-bottom: 0;
}

.option-container input:checked + label
{
  border-color: #46c4d7;
}

.option-container input:checked + label:after
{
  border-radius: 1px;
}

.option-container input[type="radio"]:checked + label:after
{
  border-radius: 6px;
}

textarea
{
  display: block;
  max-width: 100%;
}

input::-webkit-input-placeholder
{
  color: #ababab;
}

input:focus::-webkit-input-placeholder
{
  color: #ccc;
}

input::-moz-placeholder
{
  color: #ababab;
}

input:focus::-moz-placeholder
{
  color: #ccc;
}

input:-ms-input-placeholder
{
  color: #ababab;
}

input:focus:-ms-input-placeholder
{
  color: #ccc;
}

.alert
{
  border-radius: 4px;
  background-color: #46c4d7;
  color: #fefefe;
  padding: 1.06rem .9rem 1.22rem;
  position: relative;
  max-width: 100%;
}

.alert-success
{
  background-color: #82c451;
}

.alert-error
{
  background-color: #ff797c;
}

.alert_close
{
  border: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  color: #fefefe;
  font-family: 'Open Sans';
  font-size: 1.8em;
  font-weight: 800;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0 .625em;
  line-height: 1.85em;
}

.alert_close:hover
{
  color: #fefefe;
}

.scoring-system-left
{
  text-align: right !important;
  font-weight: bold;
}

.scoring-system-right
{
  text-align: left !important;
  font-weight: bold;
  padding-left: 15px;
}