h2 {
    color: #006cbf;
}

#error {
    color: red;
    font-size: 20px;

    width: 100%;
    position: absolute;
    left: 0px;
    top: 250px;
    text-align: center;

    display: none;
}


#center {
    margin: auto;
    width: 981px;
    min-height: 100%;

    /* hide first on start */
    display: none;
}

#left-side {
    width: 200px;
    height: 100%;
    float: left;
    background-color: white;
}

#left-side-inner {
    padding: 0 0 0 10px;
}

#fsg-logo {
    width: 190px;
    height: 90px;
    padding: 5px;
}

#wrapper {
    height: 100%;
    margin: 0;
}

#main-page {
    width: 570px;
    height: 100%;
    float: left;
    background-color: #E5E8EC;
    padding: 7px 15px 0 15px;
}

#right-side {
    float: right;
}

#internal-error-explanation {
    color: red;
}

#verification-errors {
    color: red;
}

.question-table {
    width: 100%;

    /* hide and after loading show it */
    display: none;
}

.question-table-container {
    padding: 5px;
}

.question-picture {
    margin: 10px;
}

.question-answers label {
    margin-left: 8px;
}

.question-given-fillIn {
    color: red;
    margin-right: 8px;
}

.question-given {
    font-weight: bold;
    text-decoration: underline;
}

.question-wrong {
    color: red;
}

.question-correct {
    color: green;
}

.question-picture {
    max-width: 90%;
}

.editor-question-text, .editor-answer-text, .editor-answer-text, .editor-answer-unit {
    width: 60%;
}

.big-button {
    width: 250px;
    height: 60px;
    font-size: 14px;
}

#footer {
    font-size: 12px;
    color: #9E9E9E;

    position: fixed;
    left: 16px;
    bottom: 4px;
}

@media screen and (max-width:1280px) {
    #footer {
        display: none;
    }
}