.grotest-test {
    border: 1px dotted #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.grotest-test h3 {
    margin-top: 0;
}

.grotest-test-description {

}

.grotest-button-run {}
.grotest-button-answer {}
.grotest-button-skip {}
.grotest-button-help {}
.grotest-button-restart {}

.grotest-timer {

}

.grotest-question-text {

}

.grotest-answers {
    list-style: none;
}

.grotest-question-help {
    background-color: #eee;
    padding: 10px;
}

.grotest-results {

}

.grotest-result-image {
    margin-bottom: 10px;
}

.grotest-parameters {
    margin-top: 20px;
}

.grotest-progress {
    border: 1px solid #eee;
    margin-top: 5px;
    padding: 1px;
}

.grotest-bar {
    height: 10px;
}