/** Application-specific CSS rules. */

/* Responsive:
 *
 * Only show user-history-recent-panel on wider screens: */
@media screen and (min-width: 400px)  {
    .user-history-recent-as-sidebar { display: block; }
}

@media screen and (max-width: 399px)  {
    .user-history-recent-as-sidebar { display: none; }
}

body {
    /* Remove the clean.css margin around the whole page.
     * We need the !important to override the body style in clean.css,
     * for some reason.
     */
    margin: 0 !important;
}

.content-panel {
    margin: 2em;
}

.result-panel {

}

.choices-panel {
    margin-top: 1em;
    margin-bottom: 1em;
}


.user-status-panel {
    margin: 2em;
    float: right;
    clear: right;
}

.status-panel {
}

.login-panel {
}

.login-failed {
    font-weight: bold;
}

.score {

}

.user-name {

}

.next-thing-button {

}

.thing-label {

}

.sign-in-link {

}

.about-label {

}

.username-label {

}

.username-title-label {

}

.menu-bar {
    float: right;
}

.menu-title {
    font-weight: bold;
    font-family: Sans;
    font-size: 2.5em;
}

.gwt-Anchor.menu-title {
    color: white;
}

.menu-panel {
    padding: 2em;
    background-color: blue;
}

/* TODO: Why doesn't any of this work to make the a text white, insead of gwt-Anchor.menu-title?
.menu-title {
    color: white;
    background-color: blue;
}

.menu-title.a, a:visited {
    color: white;
    background-color: blue;
}

.menu-title.a:visited {
    color: white;
    background-color: blue;
}
*/

.version-label {

}

.logout-label {

}

.page-title-label {
    font-weight: bold;
    font-size: 1.2em;
}

.result-label {
    font-weight: bold;
}

.thing-radio-button {

}

.thing-radio-button-correct {
    font-weight: bold;
    font-size: larger;
}

.user-history-recent-panel {
    margin: 2em;
    float: right;
    clear: right;
}

.subsection-title {
    font-weight: bold;
}

.user-status-answers-panel {

}

.user-history-recent-as-sidebar {

}

