/*div.news-detail table {
    width: 100%  !important;
    float: none;
}
div.news-detail table td {
    padding: 5px;
}
div.news-detail table tr:nth-child(1) {
    background-color: #5f4e42;
    color: #ecebe2;
    font-weight: bold;
}
div.news-detail table tr:nth-child(2n) {
    background-color: #e4e2d9;
}
.workspace{
    padding-top: 40px;
}*/