body {
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cnt > :not(h1) {
    max-width: inherit !important;
}

#prediction-table {
    font-size: 100%;
}

#prediction-table tr {
    transition: background-color .5s, color .5s;
}

#prediction-table .currently-playing {
    background-color: #00a2de;
    color: white;
    text-shadow: none;
    font-weight: bold;
}

#prediction-table .header-cell {
    text-align: center;
}

#prediction-table .floating-member {
    color: #00a2de;
}

#prediction-table .result-cell {
    text-align: center;
    vertical-align: middle;
    font-size: 150%;
}

#prediction-table .good-cell {
    text-align: right;
}

#prediction-table .problem-id {
    font-weight: bold;
    text-align: center;
}

#prediction-table .problem-name {
    font-style: italic;
    text-align: right;
}

#lower-bar {
    position: fixed;
    left: 0%;
    width: 100%;
    top: 100%;
    margin-top: 10px;
    padding-top: 20px;
    height: 180px;
    background: #341c36 url("bg_stockholm_mirrored.jpg");
    background-size: cover;
    box-shadow: 0px 0px 10px black;
    
    transition: margin-top 1s;
}

body.show-lower-bar #lower-bar {
    margin-top: -180px;
}

#current-song-id {
    font-size: 200%;
    font-weight: bold;
}

#current-song-country {
    font-size: 160%;
    font-weight: bold;
}

#current-song-title {
    font-size: 140%;
}

#current-song-artist {
    font-size: 140%;
}

.btn {
    text-shadow: none;
}

#flag-and-id {
    text-align: center;
}

.problem-name {
    width: 400px;
}

table {
    width: auto;
    margin: auto;
}

#prediction-table tr > *:last-child {
    padding-left: 50px;
}

#prediction-table tr > *:nth-child(2) {
    padding-right: 50px;
}

