/* !important is necessary because the Bootstrap Material Design uses it too. */
.navbar {
    margin-bottom: 2em;
    background-color: #43a047 !important;
}

div.register-login div {
    text-align: center;
}

div.main-menu {
    text-align: center;
}

div.main-menu button {
    margin-bottom: 1em;
}

.pointer {
    cursor: pointer;
}

div.row.win {
    background-color: lightgreen;
}

div.row.rejected {
    text-decoration: line-through;
}

label.radio input[type="radio"] {
    margin-right: 0.8em;
}
