<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    #videoplayer1Box {
        text-align: center;
        margin-top: 20px;
    }

    .video_container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        text-align:center;
        box-shadow: 0 0 10px #929292;
    }

    .galleries {
        width:100%;
    }

    .overview {
        margin: 0 auto;
        text-align: center;
    }
    .overview &gt; div {
        display: inline-block;
        margin:3px 5px;
    }

    .ghead {
        color: red;
        font-size: 19px;
        text-align: center;
        margin: 35px 0 10px 0;
    }

    .seeAlso {
        margin: 20px 0 0px 0;
        text-align: center;
        font-size: 18px;
    }

    .see_also .content.separator_h {
        background-image: url(/i/img/icons/instaforex_logo_red.png);
        background-repeat: no-repeat;
        background-position: 15px;
        margin-bottom:10px;
    }
    .see_also &gt; div div {
        margin: 23px 0 20px 55px;
        width: 75%;
        font-size: 16px;
        float:left;
    }
    .readMore {
        margin: 10px;
        padding: 13px 20px;
    }

    .preview {
     margin-top:15px;
 }
    .preview .play {
        background-image: url('/i/img/ilona_korstin/instaforex_video_preview.png');
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-position: 80px 35px;
    }
    .preview .video_title {
        font-size: 13px;
        height: 28px;

    }
    .preview .video_title p {
        text-align:left;
        height: 28px;
    }

@media (max-width: 1137px) {
    .see_also .content.separator_h {
        background-position: 50% 10px;
        text-align: center;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .see_also &gt; div div {
        width: 100%;
        margin: 42px 0px 0px;
    }
}
@media (max-width: 460px) {


    .video_container {
        width: 300px;
        height: 180px;
        margin: 0 auto;
    }

    .galleries {
        overflow-x:scroll;
    }
    .overview {
        width:845px;
        margin-left: 0;
        text-align: left;
    }
    .overview &gt; div {
        margin:3px 5px;
    }
    .see_also_specials {
        list-style-image: url("/i/img/icons/instaforex_logo_red.png");
        margin-left: 40px;
    }
    .see_also_specials a {
        padding-left:0px;
    }
}
</pre></body></html>