.canvas {
    width: auto;
    height: 400px;
    vertical-align: middle;
    margin: 25px 0 25px 0;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.center-container {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ijk input {
    width: 100px;
    margin-left: 10px;
}

.unit-input {
    width: 50px;
}

.text-area-fill {
    width: 100%;
}

#problem-img {
    padding: 20px;
    max-width: 100%;
    max-height: 100%;
}

.problem-variables {
    display: inline-block;
    margin-right: 20px;
}

.angle-input {
    width: 110px;
}

.range-input {
    width: 70px;
}

.unit-input[disabled] {
    border-color: transparent;
    background: transparent;
}

.ijk {
    display: inherit;
}

.seperator {
    width: 100%;
    height: 2px;
    text-align: center;
    background-color: lightgrey;
    color: gray
}

.feedback {
    font-weight: bold;
    margin-left: 10px;
}

.score {
    float: right;
}


/*-------------Styles to modify FlipClock timer---------------*/

.timer{
    zoom: 0.4;
    -moz-transform: scale(0.4);
}

.flip-clock {
    display: inline-block;
    width: auto;
}

.clock-wrapper {
    float: right;
}