.resutsBalls {
    list-style-type: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}
.resutsBalls li::before {display: none;}
.resutsBalls li {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.resutsBalls li.blueballs{
    background: radial-gradient(circle at 50% 20%,var(--mainColor),var(--mainColor2) 75%,#333 100%);
}
.resutsBalls li.yellowballs{
    background: radial-gradient(circle at 50% 20%,#FFD700,#FFC72C 75%,#333 100%);
}
.resutsBalls li.bonusball{
    color:#fff;
    background: radial-gradient(circle at 50% 20%,var(--bg-dark1),var(--bg-dark3)75%,#333 100%);
}
.results-history{
    width: 80%;
    background: #fff;
    margin: auto;
}
