@media only screen and (max-width:576px) {
    .detail {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 26px !important;
    }
    .detail .info {
        width: 100%;
    }
    .detail .pagination {
        width: 100%;
    }
    .content {
        padding: 0px 20px !important;
    }
    .sidebar .col-md-3 {
        display: none !important;
    }
    .sidebar .col-sm-12 {
        width: 100%;
        padding-top: 40px;
    }
    .col-sm-12 p.fs-5 {
        font-size: 16px !important;
    }
    .table {
        width: 100%;
    }
    .table tr {
        width: 100%;
    }
    /*.table td input {*/
    /*    display: none;*/
    /*}*/
    td .author  {
        font-size: 14px;
        display: block;
        line-height: 24px;
    }
    .table td a {
        font-size: 18px;
    }
}