.highlight {
    background-color: transparent;
}

.highlight pre {
    background-color: transparent;
}

#root {
    width: 100%;
    position: relative;
}

#sponsors {
    margin-top: 10px;
    height: 100%;
    width: 420px;
    position: absolute;
}

#content {
    height: 100%;
}

.logo {
    margin: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.level {
    width: 65px;
    text-align: right;
    margin-left: 5px;
    margin-right: 5px;
}

.ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.thumbshadow {
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.ui.form .field {
    margin-bottom: 4px;
}

div.math p {
    text-align: center;
}

.figure .bp3-form-helper-text {
    text-align: left;
    margin-top: 0px;
}

.figure .bp3-form-group {
    margin: 0px 0px 0px 0px;
}
