/* Responsive table styles for mobile devices */
@media (max-width: 768px) {
    .box-so-left, .box-so-right, .box-kqxs {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        width: 100% !important;
        max-width: 100%;
        font-size: 13px;
    }
    
    td, th {
        padding: 5px 3px !important;
        word-break: break-word;
        font-size: 13px;
    }
    
    .main-content, .main-center {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .box-so-left.t3 table,
    .box-so-left table,
    .box-so-right table {
        table-layout: fixed;
        min-width: 300px;
    }
    
    .box-so-right .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .box-so-right .col-xs-6 {
        padding-left: 2px;
        padding-right: 2px;
    }
    
    .web_XS_1, .web_XS_2, .web_XS_3, .web_XS_4 {
        font-size: 12px;
        padding: 4px 2px !important;
    }
    
    .a2.w660 {
        width: 100% !important;
        padding: 0 5px;
    }
    
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
} 