.published {
    color: Green;
}

.private {
    color: Red;
}

.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
    border-top: none !important;
}

.linkdelete {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
    outline: 0;
    border: none;
    background: none;
    margin: 0;
    width: 100%;
    text-align: left;
}

    .linkdelete:hover {
        text-decoration: none;
        background-color: #E8E8E8;
    }
