body {
    font-family: "Arial";
    background-color: #ede7f6;
}
table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid #000;
    padding: 0.2em;
}
.questionBox {
    overflow: auto;
    text-align: center;
    background-color: transparent !important;
}
input[type="button"]{
    border: none;
    border-radius: 2px;
    text-align: center;
    background-color: #673ab7;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}
input[type="button"]:hover {
    color: #673ab7;
    background-color: white;
}
#controls {
    background-color: #4527a0 !important;
    position: fixed;
    color: #fff;
    padding: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    overflow: auto;
}
#controls div {
    float: left;
    text-align: center;
    box-sizing: border-box;
    line-height: 2em;
}
#controls input {
    font-size: 1.2em;
}
#controls input[type="button"] {
    width: 4.5em;
    padding: 0.2em;
}
#controls label {
    font-size: 1.2em;
}
#controls input.numArrow {
    background: none;
    border: none;
    margin: 0;
    width: 1em;
    padding: 0;
    color: #4527a0;
    font-size:2em;
}
#controls input.numArrow:hover {
    color: white;
    font-size: 2em;
}
#controls img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#num1, #num2 {
    text-align: center;
    border: none;
    text-align: center;
    width: 45px;
    font-size: 2.5em !important;
    background: none;
    color: white;
}
#notes {
    display: none;
}
.representation {
    float: left;
    width: calc((100% - 30px) / 3);
    box-sizing: border-box;
    height: 29vh;
    position: relative;
    overflow: auto;
    border-radius: 2px;
    margin: 5px;
    background-color: white;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
.representation>div:not(.card-actions) {
    overflow-y: hidden;
    overflow-x: hidden;
    height: calc(100% - 65px);
}
.representation h2 {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    color: white;
    background-color: #673ab7 !important;
    border-radius: 2px 2px 0 0;
}
.repButton {
    font-size: 0.8em;
}
input.toggleButton, input.teacherButton {
    position: absolute;
    padding: 0.2em;
    top: 5px;
    width: 1.4em;
    font-size: 1em;
    border: none;
    background-color: #673ab7;
    color: white;
    line-height: 1em;
    cursor: pointer;
}
input.toggleButton:hover, input.teacherButton:hover {
    color: #673ab7;
    background-color: white;
}
input.toggleButton {
    right: 5px;
}
input.teacherButton {
    right: calc(1.4em + 5px);
}
.card-actions {
    padding: 0.2em;
    background-color: #4527a0;
    color: white;
}
.card-actions input {
    font-size: 0.8em;
    background-color: #e91e63 !important;
    padding: 0.2em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.card-actions input:hover {
    background-color: #ede7f6 !important;
    color: #4527a0;
}
#numberLineStatus, #numberLineStatus2 {
    position: relative;
    margin-left: 0.2em;
    margin-right: 0.2em;
    top: 0.2em;
    font-size: 1.6em;
    display: inline-block;
    min-width: 7em;
}
#numberLine input {
    background: none;
    color: #673ab7;
}
#numberLine input:hover {
    color: #959;
}
#numberLineStatus {
    color: #2196f3;
}
#numberLineStatus2 {
    color: #e91e63;
}
#numberLine input {
    border: none;
    height: 2em;
    width: 2em;
}
#bar table {
    margin: 0.7em auto;
    font-size: 1.1em;
    width: 90%;
}
#bar tr {
    height: 1.4em;
}
#bar th {
    border: 1px solid #000;
    background: #e91e63;
    color: white;
    font-weight: normal;
    cursor: pointer;
}
#bar td:hover,
#bar th:hover {
    background: #2196f3;
    color: white;
}
#bar td {
    border: 1px solid #000;
    cursor: pointer;
    background: #fff;
}

#bar td,
#bar th {
    transition: all 0.3s;
}

#table table {
    margin: auto;
    margin-top: 1em;
    font-size: 0.58em;
    cursor: pointer;
}
#table th:hover {
    color: #ede7f6;
}
#table td:hover {
    background: #ede7f6;
}
#table th {
    background: #4527a0;
    color: white;
    font-weight: normal;
    min-width: 1em;
}
#table .current {
    background: #efe;
}
#table .product {
    background: #afa;
}
#table .bonus {
    background: #fda;
}
#table .faded {
    color: #aaa;
}
#worded {
    font-size: 1.5em;
}
#abstract {
    font-size: 1.1em;
}
#abstract ul {
    margin: 1em;
}
#abstract .larger {
    font-size: 1.5em;
    margin: 0.2em;
}
.blue {
    color: #2196f3;
}
.pink {
    color: #e91e63;
}
.hiddenBG {
    background: #4527a0;
    color: #4527a0;
    cursor: pointer;
    display: inline-block;
    min-width: 1em;
    border-radius: 2px;
}
#worded p {
    margin: 1em;
}
ul {
    list-style-type: none;
    margin: 0.6em;
    padding: 0;
}
.logo {

}
.logo img {
    border-radius: 5px;
    position: relative;
    top: 9px;
}

.radio label {
    cursor: pointer;
}
.radio label span {
    padding: 0.2em;
    background: white;
    color: #4527a0;
    border-radius: 2px;
    padding-left: 0.4em;
    padding-right: 0.4em;
}
.radio label input {
    display: none;
}
.radio span:hover {
    color: #673ab7;
    background: white;
}
.radio input:checked+span {
    background: #e91e63;
    color: #F7F7F7;
}
.card-actions input[type="radio"] {
    background: #4527a0 !important;
    width:0.75em;
    height: 0.75em;
}
.notes {
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    min-height: 100vh;
    border-radius: 2px;
    margin: 5px;
    background: white;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
.notes h2 {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    color: white;
    background: #673ab7 !important;
    border-radius: 2px 2px 0 0;
}
.notes p {
    font-size: 1.2em;
    padding: 10px;
    margin: 0;
}