td.check-column, th.check-column {
    width: 8%;
}
td.column-post_title, th.column-post_title {
    width: 30%;
}
td.column-post_status, th.column-post_status {
    width: 10%;
}
td.column-segments, th.column-segments {
    width: 52%;
}
.StyledSectionBody {
    select {
        max-width: 380px;
    }
    .search-box {
        clear: both;
        float: none;
    }
}
@media( max-width: 960px) {
    .StyledSectionBody {
        th, td {
            display:block;
        }
    }
}