@media (max-width: 576px) {
    /* Adjust padding for smaller screens */

    .row {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #backtest_wrapper {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .chart_height {
        height: 400px !important;
    }
}

