<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sslect{
    cursor: pointer;
}
.cell{
    width:120px;
    height:120px;
    border: 2px solid white;
    background-color: #333;
    cursor: pointer;
}
.cellmedium{
    width:90px;
    height:90px;
}
.cellfast{
    width:72px;
    height:72px; 
}
.game{
    
    width:360px;
}
@media(max-width:460px){
    .cell{
        width:100px;
        height:100px;
        border: 2px solid white;
        background-color: #333;
    }

    .cellmedium{
        width:75px;
        height:75px;
    }
    .cellfast{
        width:60px;
        height:60px;
    }

    .game{
        width:300px;
    }
    .list-group-item{
        padding: 0;
    }
}
.effective{
    width:100%;
    height: 100%;
}
.btnspecial{
    font-size:30px;
}
.circle {
    display: inline-block;
    margin: 1em;
}

.circles-decimals {
    font-size: .4em;
}
.valbig{
    font-size:35px;
}
.circles-text{
    margin-top: -110px;
    display: block;
    position: absolute;
    text-align: center;
    margin-left: 54px;
}
#circles-1 .circles-text{
    margin-top: -120px;
        display: block;
    position: absolute;
    text-align: center;
    margin-left: 18px;
}
#circles-3 .circles-text{
    margin-top: -110px;
        display: block;
    position: absolute;
    text-align: center;
    margin-left: 35px;
}
#results{
    display:none;
}
#settings{
    
}
#result-last{
    display:none;
}</pre></body></html>