.custom-play-button {
    border: solid;
    border-color: black;
    border-width: 1px;
    font-size: 100%; 
    opacity: 0.75;
    background-color:#dec77d;
    color: black;
    min-width: 9em;
    padding: 0.6em;
}

.custom-modeb-endgame-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    min-width: 6em;
}

.custom-modeb-controls {
    margin-left: auto;
    margin-right: auto;
    min-width: 13em;
    max-width: 13em;
}

.custom-modeb-nextq-button {
    width: 13em;
    margin-top: 5px;
}

.custom-modeb-control-button {
    min-width: 5.55em;
    margin-top: 5px;
}


@media(hover: hover) and (pointer: fine) {
    .custom-play-button:hover {
        background-color: #e68a00;
        color: white;
    }
}

.custom-image {
    background-image: url("images/background-solo-min.webp");
    background-size: cover;
    background-position: center top;
}

.main-container {
    max-width: 90%;
}

.custom-play-card {
    margin: auto;
    width: 13em;
    height: 20.5em;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5)!important;
    padding-top: 1.5em;
}

.custom-score-card {
    margin-left: auto;
    margin-right: auto;
    min-width: 8em;
    border-radius: 0.5rem;
    padding-top: 1em;
    padding-bottom: 0em;
}

.custom-time-bar {
    position: absolute;
    opacity: 0.7;
    transform: rotate(-90deg);
    /*margins and width are added programmatically*/
}

.custom-disabled { 
    opacity: 0.75!important;
    color: white;
}

.custom-disabled:hover {
    color: white;
}

.custom-hscore-card {
    position: absolute;
    color: black;
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.custom-grama {
    content: url("images/giagia2.png");
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20%;
    min-width: 90px;
    max-width: 220px;
}

.custom-sign {
    content: url("images/upografh.png");
    width: 120px;
    height: 60px;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

.custom-endscreen-hscore-card {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 1em;
    width: 7.8em;
    height: 9.3em;
    opacity: 0.7;
}

.custom-endscreen-score-card {
    margin-left: auto;
    margin-right: auto;
    min-width: 8em;
    border-radius: 0.5rem;
    padding-top: 1em;
    padding-bottom: 0em;
}

.custom-endscreen-score-card:hover {
    color: white;
}

.custom-endscreen-restart-button {
    opacity: 0.7;
    margin-top: 1em;
}

.custom-information-panel {
    margin-top: 50%;
    border: solid;
    border-color: black;
    border-width: 1px;
    border-radius: 10px;
    background-color: white;
    padding: 0.6em;
}

@media only screen and (max-width: 445px) {
    .custom-sign {
        opacity: 0.6;
        width: 80px;
        height: 30px;
    }
}

@media only screen and (min-width: 446px) {
    .custom-sign {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 642px) {
    .custom-hscore-card {
        padding: 0.1em 0.4em;
        width: 11em;
        height: 3.3em;
        margin-top: 5em;
        right: 0em;
        left: 0em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 643px) {
    .custom-hscore-card {
        text-align: center;
        padding: 1em;
        width: 7.8em;
        height: 9.3em;
        margin-left: 14em;
        margin-top: -7.9em;
    }
}
