/* Для мобилок БОЛЬШИЕ КАРТИНКИ*/
@media handheld, (max-width:460px){
    .highslide img{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .info_img{
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .shortstory {
        width: 100%;
/*        margin-right:0;
        margin-top: 10px; */
        margin: 10px 0 0 0;
    }

    .shortstory-cats {
        width: 46%;
        margin: 2%;
    }

    .shortstory-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .table_top_users, .pmlist {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    table.userstop, table.pm {
        table-layout: fixed;
        width:100%;
    }

    td.pm_list {
        word-wrap:break-word;
    }

    .ui-dialog {
        max-width: 95%;
    }

    body {
        background-color: #ffffff;
    }

}
