/*PAYTABLE DISCLAIMER*/
.interface-paytableDesktop_base .paytable-bottom-text {
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    margin-left: 0%;
    top: 365px;
    color: #fecf34;

}

.interface-paytableDesktop_base .paytable-text-disclaimer {
    text-shadow: 2px 2px 2px #000;
}

.mobile-version .paytable-bottom-text {
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    color: #fee435;
}

.mobile-version .paytable-text-disclaimer {
    text-shadow: 2px 2px 2px #000;
}

.mobile-version .paytable-bottom-text .bullet-element {
    display: block;
}

/*PAYTABLE DISCLAIMER*/
