.search-submitter .icon-search:before {
    color: black;
}

.iframe-buttons {
    /* display: none; */
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

.iframe-buttons button {
    margin-bottom: 10px;
}

.game-closer, .game-reloader {
    position: static;
}

.only-mobile {
    display: none;
}

.only-pc {
    display: block;
}

@media only screen and (max-width: 768px) {
    .only-mobile {
        display: block;
    }

    .only-pc {
        display: none;
    }
}

@media screen and (max-width: 799px) {
    .footer-col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px;
    }
}

.about-text p, .about-text ul li, .about-text ol li, .faq-game h3 {
    line-height: 1.8;
}
