body {
    background-color: #121212;
    color: #ffffff;
}

h1, h2, h3, h4, h5 {
    opacity: 87%;
    text-align: center;
}

p, li {
    opacity: 60%;
}

button {
    color: #ffffff;
    opacity: 60%;
}

button:hover {
    color: #ffffff;
    opacity: 87%;
}

button:focus {
    color: #ffffff;
    opacity: 87%;
}

input, select, textarea {
    background-color: #121212;
    opacity: 87%;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    box-sizing: border-box;
}

textarea {
    height: 150px;
    width: 100%;
    padding: 4px 4px;
    text-align: left;
    line-height: normal;
    white-space: pre-wrap;
}

.hideme {
    display: none;
}

.no-mobile {
    display: none;
}

.gamehead {
    background-image: url('../images/stop_logo_48.png');
    background-repeat: no-repeat;
}

.userlist {
    list-style-type: none;
    text-align: center;
    margin-bottom: 0px;
    height: 365px;
    overflow: hidden;
    overflow-y: scroll;
}

.userlist li {
    margin-bottom: 0px;
}

.category {
    width: 100%
}

.category-complete {
    background-color: green;
}

.category-incomplete {
    background-color: #444444;
    color: white;
    opacity: 87%;
}

.stop-ready {
    background-color: red;
}

.score-line {
    float: left;
    text-align: center;
    width: 20px;
    height: 28px;
}

.score-line input {
    height: 28px;
}

.score-ready {
    background-color: green;
}

#game-value {
    text-transform: none;
}

#game-userlisthead {
    margin-bottom: 0px;
}

#lobby-settingsbutton {
    display: none;
}

.admin-column {
    float: left;
    padding-right: 15px;
}

/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {
    .no-mobile {
        display: block;
    }
}