.btn {
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.btn i {
  font-size: 20px;
}

ul.errorlist {
  border: 2px solid #D4333F;
  background-color: #ffcccc;
  color: #333333;
  font-weight: bold;
  padding: 10px;
  margin-right: 20px;
  list-style: none;
}

.fa-refresh {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(360deg);
  height: 30px;
  width: 30px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.clear-both {
  clear: both;
}

.text-center {
  text-align: center;
}

table thead tr td {
  text-align: center;
}
table tr td.numeric {
  text-align: center;
}
table thead th .caret {
  margin-right: 3px;
}

table.game_data {
  margin-top: -75px;
  border-collapse: separate;
  border-spacing: 0px 25px;
  margin-bottom: 0;
}
table.game_data thead th {
  border: 0;
  text-align: center;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
table.game_data tbody td.strength, table.game_data tbody td.speed {
  padding-left: 60px;
  color: #333333;
}
table.game_data tbody td.wheel {
  position: relative;
  width: 140px;
  height: 140px;
}
table.game_data tbody td.wheel img {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 900;
}
table.game_data tbody td.wheel span {
  position: absolute;
  left: 96px;
  top: 50px;
  z-index: 1000;
}
table.game_data tbody tr.paddle span {
  color: #197CB1;
}
table.game_data tbody tr.paddle td.strength, table.game_data tbody tr.paddle td.speed {
  text-align: center;
  font-weight: bold;
}
table.game_data tbody tr.paddle td.wheel {
  color: #197CB1;
  font-weight: bold;
}
table.game_data tbody tr.bucket span {
  color: #D4333F;
}
table.game_data tbody tr.bucket td.strength, table.game_data tbody tr.bucket td.speed {
  text-align: center;
  font-weight: bold;
}
table.game_data tbody tr.bucket td.wheel {
  color: #D4333F;
  font-weight: bold;
}
table.game_data tbody tr td {
  vertical-align: middle;
  background-color: white;
  border-top: 1px solid #B6DBDB;
  border-bottom: 1px solid #B6DBDB;
}
table.game_data tbody tr td.wheel {
  background-color: #F9FBED;
  border: 0;
  text-align: center;
  vertical-align: middle;
}
table.game_data tbody tr td.numeric {
  position: relative;
}
table.game_data tbody tr td.numeric span {
  font-size: 28px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #B6DBDB;
  background: white;
  position: absolute;
  font-weight: bold;
  top: -10px;
  left: 30%;
  width: 75px;
  height: 75px;
  padding-top: 13px;
}
table.game_data tbody tr td.numeric span.start {
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  padding-top: 25px;
  text-transform: uppercase;
}

.ptp-btn-primary {
  background-color: #197CB1;
  color: white;
  border: 0;
}

.ptp-btn-secondary {
  background-color: #8AE1BE;
  color: #666666;
  border: 0;
}

.padded-30 {
  padding: 30px;
}

body.teacher .container {
  width: 1024px;
}
body.reset_password .reset-container {
  border: 1px solid #B6DBDB;
  background-color: white;
  padding: 20px;
}
body.educator_edit .form-container .delete_form {
  float: right;
  margin: 10px;
}
body.educator_edit .form-container .delete_form input {
  color: white;
  background-color: #D4333F;
}
body.educator_edit .form-container {
  padding: 10px;
  background-color: #B6DBDB;
}
body.educator_edit .form-container p.buttons {
  text-align: center;
  float: none;
}
body.educator_edit .form-container p.buttons input {
  float: none;
  color: #D4333F;
  background-color: white;
}
body.educator_edit .form-container p {
  float: left;
  clear: left;
  width: 50%;
}
body.educator_edit .form-container p input, body.educator_edit .form-container p label {
  float: left;
  clear: left;
}
body.educator_edit .form-container ul {
  width: 75%;
  list-style: none;
  float: left;
  clear: left;
  padding: 5px;
  background-color: white;
}
body.educator_edit .form-container ul li {
  margin: 6px;
  float: left;
}
body.educator_edit .form-container ul li label, body.educator_edit .form-container ul li input {
  clear: none;
  float: none;
}
body.educator_list form.delete button {
  border-radius: 50%;
  background-color: #D4333F;
  color: white;
  border: 0;
  height: 20px;
  width: 19px;
  padding: 0;
  margin: 0;
  padding-left: 1px;
}
body.educator_list h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 28px;
}
body.educator_list .left p {
  float: left;
  clear: both;
}
body.educator_list .left p label {
  color: white;
}
body.educator_list .left p label, body.educator_list .left p input {
  float: left;
  clear: both;
}
body.educator_list .left ul {
  list-style: none;
  float: left;
  padding: 5px;
  background-color: white;
}
body.educator_list .left ul li {
  margin: 6px;
  float: left;
  clear: none;
}
body.educator_list .left ul li label, body.educator_list .left ul li input {
  clear: none;
  float: none;
}
body.educator_list .left h1 {
  color: white;
  background-color: #B6DBDB;
  text-align: center;
}
body.educator_list .left {
  background-color: #B6DBDB;
}
body.educator_list .left p.buttons {
  float: none;
  clear: both;
  text-align: center;
}
body.educator_list .left p.buttons input {
  float: none;
  background-color: white;
  color: #D4333F;
}
body.educator_list .right .group_search {
  margin-top: -47px;
  margin-bottom: 3px;
  padding: 5px;
}
body.educator_list .right .search_terms {
  padding: 10px;
  margin: 0;
  background-color: white;
}
body.educator_list .right .search_terms a {
  color: #D4333F;
}
body.educator_list .right .search_terms a i {
  margin-right: 3px;
}
body.educator_list .right .search_terms {
  border: 1px solid #ddd;
  border-top: 0;
}
body.educator_list .right h1 {
  border: 1px solid #ddd;
  color: #B6DBDB;
  background-color: white;
}
body.educator_list .right table {
  border: 0;
  border-left: 1px solid #ddd;
}
body.educator_list .right table tr th:last-child, body.educator_list .right table tr td:last-child {
  border-right: 1px solid #ddd;
}
body.educator_list .right table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EBF8F9 !important;
}
body.educator_list .right table tbody td {
  background-color: white;
}
body.educator_list .right table thead th, body.educator_list .right table tfoot th {
  background-color: #B6DBDB;
}
body.educator_list .right table thead th a, body.educator_list .right table tfoot th a {
  text-decoration: underline;
  color: #333333;
}
body.educator_list .right table tfoot ul.pagination {
  margin-top: 0;
  margin-bottom: 0;
}
body.educator.educator_choices .row-container {
  background-color: #F9FBED !important;
}
body.educator.educator_choices .row-container .right {
  z-index: 2000;
  background-color: #F9FBED !important;
}
body.educator .choice_table {
  z-index: 2000;
  width: 100%;
  text-align: center;
  margin-top: -51px;
}
body.educator .choice_table thead {
  background: #B6DBDB;
}
body.educator .choice_table thead tr {
  background: #B6DBDB;
}
body.educator .choice_table thead tr td {
  background: #B6DBDB;
}
body.educator .choice_table thead tr td h3 {
  color: white;
  font-size: 28px;
  margin: 10px;
}
body.educator .choice_table tr.row_base {
  height: 185px;
}
body.educator .choice_table tr.row_base td {
  height: 185px;
  background-size: 170px 150px;
  background-repeat: no-repeat;
  background-position: center 5px;
  position: relative;
}
body.educator .choice_table tr.row_base td p {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.educator .choice_table tr.row_base td.undershot {
  background-image: url("../img/wheel-A-undershot.498cd2669bc1.png");
}
body.educator .choice_table tr.row_base td.high_breast {
  background-image: url("../img/wheel-B-highbreast.71a6929fafe3.png");
}
body.educator .choice_table tr.row_base td.overshot {
  background-image: url("../img/wheel-C-overshot.f8a4dc7dbb2c.png");
}
body.educator .choice_table tr.row_base td.mid_breast {
  background-image: url("../img/wheel-D-midbreast.637a2e2e3e4c.png");
}
body.educator .choice_table tr.row_wheel {
  height: 90px;
}
body.educator .choice_table tr.row_wheel td {
  height: 90px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center 2px;
  position: relative;
}
body.educator .choice_table tr.row_wheel td p {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
body.educator .choice_table tr.row_wheel td.bucket_wheel {
  background-image: url("../img/bucket-wheel.172156d82170.png");
}
body.educator .choice_table tr.row_wheel td.paddle_wheel {
  background-image: url("../img/paddle-wheel.e8e29965906a.png");
}
body.educator .choice_table tr.row_strength td img {
  margin-right: 5px;
}
body.educator .choice_table td.numeric {
  padding: 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}
body.educator .choice_table tr.row_reason td {
  vertical-align: top;
  font-weight: bold;
  padding: 5px;
  padding-top: 0;
}
body.educator .choice_table tr.row_reason td hr {
  width: 65%;
  border-color: #B6DBDB;
  border-width: 3px;
  margin-bottom: 10px;
}
body.educator .choice_table img {
  text-align: middle;
}
body.educator .header h1 {
  margin-top: 120px;
}
body.educator #graph_speed {
  margin-top: 15px;
}
body.educator .game_data {
  border: 0;
  margin-left: -27px;
  margin-top: -25px;
  width: 760px;
}
body.educator .game_data thead th {
  padding-bottom: 0;
  padding-top: 0;
}
body.educator .game_data td.wheel {
  background: white;
}
body.educator .game_data th {
  font-size: 15px;
}
body.educator .game_data tr td.numeric span {
  left: 20% !important;
}
body.educator h3 {
  color: white;
  font-size: 26px;
  text-transform: uppercase;
}
body.educator .left {
  z-index: 1000;
  background-color: #B6DBDB;
}
body.educator .left li.active {
  border: 1px solid red;
}
body.educator .left li.active a {
  color: #D4333F !important;
}
body.educator .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.educator .left ul li {
  background-color: white;
  text-align: center;
  font-weight: bold;
  margin-left: 0 !important;
}
body.educator .left ul li a {
  display: block;
  color: #666666;
  width: 100%;
  height: 100%;
}
body.educator .left .team li {
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  width: 90px;
  height: 69px;
  font-size: 24px;
  margin: 10px;
}
body.educator .left .team li a {
  padding-top: 17px;
}
body.educator .left .cumulative li.placeholder {
  background-color: #B6DBDB;
}
body.educator .left .cumulative li {
  width: 190px;
  font-size: 16px;
  height: 70px;
  margin: 13px;
}
body.educator .left .cumulative li a {
  padding-top: 23px;
}
body.educator .row-container {
  border: 1px solid #B6DBDB;
  background-color: white;
}
body.educator .right p.buttons {
  text-align: center;
  margin-top: 5px;
}
body.educator .right {
  background-color: white;
}
body.educator .right.header {
  z-index: 1000;
  background-color: #B6DBDB;
}
body.educator .right.header h3 {
  text-align: center;
}
body.educator .right .choice {
  border: 1px solid #B6DBDB;
  margin-top: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.educator .right .choice p {
  font-size: 14px;
}
body.educator .right .choice .label {
  height: 50px;
  border-right: 3px solid #B6DBDB;
}
body.educator .right .choice .label h3 {
  padding-top: 10px;
  margin: 0;
  color: #B6DBDB;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
body.educator .right .choice h5 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}
body.educator_data .selection_header, body.educator_demo .selection_header {
  background-color: #EBF8F9;
  color: #B6DBDB;
  border-top: 1px solid #B6DBDB;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
body.educator_data .selection, body.educator_demo .selection {
  background-color: #B6DBDB;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.educator_data .selection h3, body.educator_demo .selection h3 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
}
body.educator_data .selection ul, body.educator_demo .selection ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.educator_data .selection ul li, body.educator_demo .selection ul li {
  background-color: white;
  text-align: center;
  font-weight: bold;
  margin-left: 0 !important;
}
body.educator_data .selection ul li a, body.educator_demo .selection ul li a {
  display: block;
  color: #666666;
  width: 100%;
  height: 100%;
}
body.educator_data .selection .team li, body.educator_demo .selection .team li {
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  width: 150px;
  height: 120px;
  font-size: 24px;
  margin: 10px;
}
body.educator_data .selection .team li a, body.educator_demo .selection .team li a {
  padding-top: 40px;
}
body.educator_data .selection .cumulative li.placeholder, body.educator_demo .selection .cumulative li.placeholder {
  background-color: #B6DBDB;
}
body.educator_data .selection .cumulative li, body.educator_demo .selection .cumulative li {
  width: 90%;
  font-size: 16px;
  height: 75px;
  margin: 15px;
}
body.educator_data .selection .cumulative li a, body.educator_demo .selection .cumulative li a {
  padding-top: 25px;
}
body.educator_data .begin, body.educator_demo .begin {
  background-color: #EBF8F9;
  border: 1px solid #B6DBDB;
  padding: 30px;
}
body.educator_data .begin p, body.educator_demo .begin p {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
body.educator_data .begin p label, body.educator_data .begin p input, body.educator_data .begin p select, body.educator_demo .begin p label, body.educator_demo .begin p input, body.educator_demo .begin p select {
  float: left;
  clear: left;
}
body.educator_data .begin p i, body.educator_demo .begin p i {
  float: left;
  font-size: 30px;
}
body.educator_data .begin p i.fa-calendar, body.educator_demo .begin p i.fa-calendar {
  color: #B6DBDB;
}
body.educator_data .begin p input, body.educator_data .begin p select, body.educator_demo .begin p input, body.educator_demo .begin p select {
  width: 40%;
  margin-right: 10px;
}
body.login section.content, body.dashboard section.content, body.disambiguation section.content {
  background-color: white;
  border: 1px solid #B8D8DE;
}
body.game_graph p.buttons {
  text-align: center;
}
body.game_graph p.buttons .btn {
  margin-right: 15px;
}
body.game_graph #graph_strength {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.game_results table {
  margin-top: -85px;
}
body.game_results table thead {
  margin: 0;
  padding: 0;
}
body.game_results table thead th {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body.game_results table tbody {
  margin-top: -10px;
}
body.game_results .btn {
  font-size: 16px;
}
body.game_results .banner {
  margin-top: -10px;
}
body.game_results .banner h4 {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: white;
  background-color: #B6DBDB;
  margin-top: 0;
  padding: 5px;
}
body.game_results form .form-container {
  background-color: white;
  border: 1px solid #B6DBDB;
}
body.game_results form .form-container .inputs span.bucket {
  color: #D4333F;
}
body.game_results form .form-container .inputs span.paddle {
  color: #197CB1;
}
body.game_results form .form-container .inputs {
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
body.game_results form .form-container .inputs label {
  font-size: 18px;
}
body.game_results form .form-container .inputs label input {
  margin-right: 5px;
  color: #B6DBDB;
  border-color: #B6DBDB;
}
body.game_results form .form-container .inputs h5 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  color: #333333;
  font-size: 22px;
}
body.game_results form .form-container .inputs.base li {
  text-align: left;
  width: 150px;
  float: left;
}
body.game_results form .form-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.game_results form .buttons {
  margin-top: 10px;
}
body.game_collect .header {
  margin-bottom: 0;
}
body.game_collect .right form.reset_form {
  float: right;
  margin-top: -42px;
  margin-right: 9px;
}
body.game_collect .right {
  margin-top: 120px;
}
body.game_collect .right .timer {
  z-index: 1000;
  margin-top: -80px;
  margin-bottom: -1px;
  background-color: #F9FBED;
  border: 1px solid #B6DBDB;
  border-bottom: 0;
  padding: 10px;
}
body.game_collect .right .timer .watch {
  width: 130px;
  height: 130px;
  margin-left: 10px;
  background-image: url("../img/stop-watch.349a663f6d42.png");
  background-repeat: no-repeat;
  background-size: 106px 130px;
  float: left;
  position: relative;
}
body.game_collect .right .timer .watch #timer-container {
  position: absolute;
  bottom: 0px;
  height: 106px;
  width: 106px;
}
body.game_collect .right .timer .watch #timer-container .seconds, body.game_collect .right .timer .watch #timer-container .seconds_label {
  display: block;
  text-align: center;
  position: absolute;
  font-weight: bold;
}
body.game_collect .right .timer .watch #timer-container .seconds {
  font-size: 47px;
  top: 14px;
  width: 100%;
  text-align: center;
}
body.game_collect .right .timer .watch #timer-container .seconds_label {
  font-size: 8px;
  text-transform: uppercase;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
body.game_collect .right .timer ul.buttons {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 15px;
  color: #333333;
  list-style-type: none;
}
body.game_collect .right .timer ul.buttons li button {
  width: 90px;
  font-size: 16px;
  font-weight: 600;
}
body.game_collect .right .timer ul.buttons li #start {
  margin-top: 25px;
  background-color: #8AE1BE;
}
body.game_collect .right .timer ul.buttons li #reset {
  margin-top: 15px;
  background-color: #B6DBDB;
}
body.game_collect .right {
  background-color: white;
  border: 1px solid #B6DBDB;
}
body.game_collect .right .group {
  margin-bottom: 20px;
  margin-left: 75px;
}
body.game_collect .right .group .label {
  margin-left: -75px;
  background-color: white;
  border: 3px solid #B6DBDB;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  float: left;
  height: 150px;
  width: 150px;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 30px;
}
body.game_collect .right .group .label.speed {
  padding-top: 40px;
}
body.game_collect .right .group .label img {
  margin-bottom: 10px;
}
body.game_collect .right .form {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #F9FBED;
  border: 1px solid #B6DBDB;
}
body.game_collect .right .form p {
  font-weight: bold;
}
body.game_collect .right ul.radios {
  padding-left: 75px;
}
body.game_collect .right ul.radios li {
  cursor: pointer;
}
body.game_collect .right ul.radios li label {
  cursor: pointer;
}
body.game_collect .right ul.radios li {
  background-color: white;
  color: #666666;
  border: 1px solid #B6DBDB;
  border-radius: 50%;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 7px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.game_collect .right ul.radios li.active {
  color: #666666;
  background-color: #B6DBDB;
}
body.game_collect .right ul.radios li {
  float: left;
}
body.game_collect .right ul.radios li input {
  display: none;
}
body.game_collect .right p.buttons {
  clear: both;
}
body.game_collect .left {
  background-color: #B6DBDB;
}
body.game_collect .left .wheel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 180px;
  height: 180px;
  background-position: center middle;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  text-align: center;
  padding-top: 68px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
body.game_collect .left .wheel.bucket_wheel {
  background-image: url("../img/bucket-wheel.172156d82170.png");
  color: #D4333F;
}
body.game_collect .left .wheel.paddle_wheel {
  background-image: url("../img/paddle-wheel.e8e29965906a.png");
  color: #197CB1;
}
body.game_collect .left .base {
  position: relative;
}
body.game_collect .left .base p {
  position: absolute;
  bottom: -55px;
  left: 15%;
  font-size: 33px;
  font-weight: bold;
}
body.game_collect .left .base {
  margin-bottom: 106px;
  height: 255px;
  background-color: #F9FBED;
  background-position: center middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
body.game_collect .left .base.undershot {
  background-image: url("../img/wheel-A-undershot.498cd2669bc1.png");
}
body.game_collect .left .base.high_breast {
  background-image: url("../img/wheel-B-highbreast.71a6929fafe3.png");
}
body.game_collect .left .base.overshot {
  background-image: url("../img/wheel-C-overshot.f8a4dc7dbb2c.png");
}
body.game_collect .left .base.mid_breast {
  background-image: url("../img/wheel-D-midbreast.637a2e2e3e4c.png");
}
body.game_results_final .left {
  background-color: #B6DBDB;
}
body.game_results_final .left .wheel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 180px;
  height: 180px;
  background-position: center middle;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
}
body.game_results_final .left .wheel.bucket_wheel {
  background-image: url("../img/bucket-wheel.172156d82170.png");
  color: #D4333F;
}
body.game_results_final .left .wheel.paddle_wheel {
  background-image: url("../img/paddle-wheel.e8e29965906a.png");
  color: #197CB1;
}
body.game_results_final .left .base {
  position: relative;
}
body.game_results_final .left .base p {
  position: absolute;
  bottom: -55px;
  left: 20%;
  font-size: 28px;
  font-weight: bold;
}
body.game_results_final .left .base {
  margin-bottom: 80px;
  height: 223px;
  background-color: #F9FBED;
  background-position: center middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 0;
}
body.game_results_final .left .base.undershot {
  background-image: url("../img/wheel-A-undershot.498cd2669bc1.png");
}
body.game_results_final .left .base.high_breast {
  background-image: url("../img/wheel-B-highbreast.71a6929fafe3.png");
}
body.game_results_final .left .base.overshot {
  background-image: url("../img/wheel-C-overshot.f8a4dc7dbb2c.png");
}
body.game_results_final .left .base.mid_breast {
  background-image: url("../img/wheel-D-midbreast.637a2e2e3e4c.png");
}
body.game_results_final .final .top {
  margin-top: 80px;
  background-color: #F9FBED;
}
body.game_results_final .final .top h3 {
  margin-top: 0;
  color: #333333;
  text-align: center;
  font-size: 40px;
}
body.game_results_final .final .bottom {
  padding-top: 30px;
  border-right: 1px solid #B6DBDB;
  background-color: white;
  height: 375px;
}
body.game_results_final .final .bottom h4.bucket_wheel {
  color: #D4333F;
}
body.game_results_final .final .bottom h4.paddle_wheel {
  color: #197CB1;
}
body.game_results_final .final .bottom h4 {
  text-align: center;
  font-size: 20px;
}
body.game_results_final .final .bottom p {
  font-size: 20px;
}
body.game_results_final .final .bottom p span {
  font-weight: bold;
}
body.game_results_final .final .bottom hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #B6DBDB;
  width: 75%;
}
body.game_results_final .buttons {
  margin-top: 15px;
  text-align: center;
}
body.game_results_explain .callout .callout-content h5.bucket_wheel {
  color: #D4333F !important;
}
body.game_results_explain .callout .callout-content h5.paddle_wheel {
  color: #197CB1 !important;
}
body.game_results_explain .callout .callout-content h5 {
  text-align: center;
  font-size: 18px;
}
body.game_results_explain .callout .callout-content h3 {
  color: black !important;
  text-align: center;
}
body.game_results_explain .callout .callout-content {
  padding-top: 50px !important;
  padding-bottom: 70px !important;
}
body.game_results_explain .callout .callout-content textarea {
  border: 2px solid #B8D8DE;
  width: 100%;
  margin-bottom: 10px;
}
body.game_callout.game_exit .callout .callout-content {
  height: 485px;
}
body.game_callout {
  width: 1024px;
  background: url("../img/charla-adams.deba5e59ac61.png") no-repeat fixed -90px 167px, url("../img/starbust-background.0909d41bd8f8.jpg") repeat-x fixed left bottom;
  background-color: #F9FBED;
}
body.game_callout .callout .callout-content {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 500px;
}
body.game_callout .callout {
  background-image: url("../img/speech-bubble.07246b3f88f4.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 434px 220px;
  background-size: 568px 474px;
  margin-top: 70px;
}
body.game_callout .callout h2 {
  text-align: center;
  color: #B6DBDB;
}
body.game_callout .callout h3 {
  color: #8AE1BE;
}
body.game_callout .callout ol {
  list-style-type: none;
}
body.game_callout .callout ol li {
  counter-increment: step-counter;
  margin-bottom: 15px;
}
body.game_callout .callout ol li:last-child div {
  padding-top: 10px;
}
body.game_callout .callout ol li::before {
  display: block;
  float: left;
  clear: left;
  content: counter(step-counter);
  margin-right: 10px;
  font-size: 24px;
  background-color: #8AE1BE;
  color: #333333;
  font-weight: bold;
  padding: 3px 13px;
  border-radius: 50%;
  width: 40px;
}
body {
  background-color: #F9FBED;
  font-family: "Open Sans", sans-serif;
}
body header.header {
  margin-bottom: 20px;
}
body header.header img {
  float: left;
}
body header.header nav {
  width: 100%;
  float: left;
  margin-top: 40px;
}
body header.header nav a {
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #333333;
  margin-right: 20px;
  padding: 3px 10px 3px 10px;
}
body header.header nav a.active {
  color: #8AE1BE;
  background-color: white;
}
body header.header nav a.logout {
  text-transform: uppercase;
  float: right;
  color: #333333;
}
body header.header nav.game {
  padding: 10px;
  background-color: #B6DBDB;
  color: #333333;
}
body header.header nav.game h3 {
  float: left;
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
  color: white;
  text-align: left;
  width: auto;
}
body header.header nav.educator, body header.header nav.teacher {
  background-color: #8AE1BE;
  padding: 10px;
}
body header.header h1 {
  color: #B8D8DE;
  font-size: 65px;
  width: 50%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body header.header h3 {
  margin-top: 100px;
  color: #B6DBDB;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.dashboard .boxes {
  float: left;
  list-style: none;
  margin: 15px;
  padding: 0;
}
body.dashboard .boxes li {
  margin: 10px;
  width: 206px;
  height: 206px;
  float: left;
  padding-top: 40px;
  text-align: center;
}
body.dashboard .boxes li.demo {
  background-color: #D4333F;
}
body.dashboard .boxes li.registration {
  background-color: #8AE1BE;
}
body.dashboard .boxes li.archive {
  background-color: #B6DBDB;
}
body.dashboard .boxes li.data {
  background-color: #197CB1;
}
body.dashboard .boxes li a, body.dashboard .boxes li i {
  color: white;
  text-transform: uppercase;
}
body.dashboard .boxes li a {
  font-size: 24px;
  font-weight: 700;
}
body.disambiguation div.padding h1 {
  text-align: center;
}
body.disambiguation div.padding .continue {
  text-align: right;
}
body.disambiguation div.padding .restart {
  text-align: left;
}
body.disambiguation div.padding {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 45px;
  margin-bottom: 45px;
}
body.login.teacher h1 {
  color: #B6DBDB;
}
body.login.teacher .left h3, body.login.teacher .right h3 {
  color: black;
  font-weight: 700;
}
body.login.teacher .left h5, body.login.teacher .right h5 {
  font-weight: 18px;
  margin-top: 10px;
}
body.login.teacher .left, body.login.teacher .right {
  margin-bottom: 20px;
  min-height: 480px;
}
body.login.teacher .left {
  background-color: #EBF8F9;
}
body.login.teacher .left p {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
body.login.teacher .left p i {
  float: left;
  font-size: 30px;
}
body.login.teacher .left p i.fa-calendar {
  color: #B6DBDB;
}
body.login.teacher .left p input, body.login.teacher .left p select {
  margin-right: 10px;
}
body.login.teacher .left p label, body.login.teacher .left p input, body.login.teacher .left p select {
  float: left;
  clear: left;
}
body.login.teacher .left p .form-control {
  width: 80% !important;
}
body.login.teacher .right .padding {
  background-color: #EBF8F9;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
}
body.login.teacher .right .padding h3 {
  margin-top: 0;
}
body.login h3 {
  color: #B8D8DE;
  font-weight: normal;
  font-size: 30px;
}
body.login p {
  padding-top: 15px;
}
body.login div.padding {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 45px;
  margin-bottom: 45px;
}
body.login div.login .form-control {
  width: 75% !important;
}
body.login div.login div.padding {
  border-right: 1px solid #B8D8DE;
}
body.login div.login p a {
  color: #197CB1;
}
body.login div.begin p {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
body.login div.begin p label, body.login div.begin p input, body.login div.begin p select {
  float: left;
  clear: left;
}
body.login div.begin p i {
  float: left;
  font-size: 30px;
}
body.login div.begin p i.fa-calendar {
  color: #B6DBDB;
}
body.login div.begin p input, body.login div.begin p select {
  width: 40%;
  margin-right: 10px;
}
body form p.buttons a {
  margin-right: 15px;
}
body label {
  font-size: 16px;
  font-weight: 700;
}
body input {
  font-size: 14px;
  font-weight: 600;
}
body nav.top {
  float: right;
  background-color: #8AE1BE;
}
body nav.top a {
  color: white;
  background-color: #8AE1BE;
  font-size: 16px;
  font-weight: 700;
}
body nav.top a.logout {
  color: #333333;
}
body nav.top a.active {
  color: #8AE1BE;
  background-color: white;
}
