.news-table {
    background-color: transparent;
    border: 0;
    margin: 0
}

.news-table th {
    width: 40%;
}

table.news-table > tbody > tr > th {
    white-space: normal;
}

.news-table .setting-switcher .up {
    display: none;
}

.news-table .setting-switcher .open .up {
    display: inline;
}

.news-table .setting-switcher .open .down {
    display: none;
}

.news-table .hidden-settings {
    border: 0;
}

.news-table > tbody > tr > td {
    padding: 3px 6px;
}

/**
 * For small cols
 */
.news-table-small td, .news-table-small th {
    display: block;
    float: left;
}

.news-table-small tr {
    border-bottom: 1px solid #ccc;
}

table.news-table-small > tbody > tr > th,
table.news-table-small > tbody > tr > td {
    border: 0;
    width:100%
}