﻿/* IPHONE 13 LANDSCAPE MODE */
@media (max-width: 749px) {
    .container {
        max-width: 100%;
    }

    .row {
        font-size: 14px;
    }

    .fa-question-circle {
        display: none;
    }

    .tip-txt {
        display: none;
    }

    .mobile-show {
        display: table-cell;
    }

    .mobile-hidden {
        display: none !important;
    }

    .welcome {
        display: none;
    }

    .footer-urls > ul {
        display: block;
    }

    .dashboard-currentprice {
        display: none;
    }

    .dashboard-marketselector-dropdown {
        width: 100%;
    }

    .dashboard-symbol {
        width: 100%;
    }

    .dashboard-window {
        /*margin-bottom: 0px;*/
        padding: 0px 0px 20px 0px;
    }
    
    .headerdetails-window {
        width: 49%;
    }

    .window-mainlayout {
        max-width: 400px;
        padding: 10px !important;
    }

    .col-mainlayout {
        display: none;
    }

    .col-overview {
        padding-right: 0px;
    }

    .col-tradechart {
        padding-left: 0px;
    }

    .col-account {
        padding-right: 0px;
    }

    .col-password {
        padding-left: 0px;
    }
}
