.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;
    }
}

/* page text style */
.about-text h2,
.about-text h3 {
    padding: 20px 0 20px;
    font-size: 21px
}

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

.about-text p,
.faq-game p {
    margin-bottom: 10px
}

.about-text ul,
.faq-game ul {
    margin-bottom: 10px;
    padding-left: 40px;
    list-style: disc
}

.about-text ol li,
.faq-game ol li,
.description ol li,
.section-desc ol li {
    list-style: decimal;
}

.about-text li,
.faq-game li {
    margin-bottom: 10px
}

.about-text li:last-child,
.faq-game li:last-child {
    margin-bottom: 0
}