table .col-index {
    width: 50px;
}
table .col-options {
    width: 350px;
    text-align: right;
}

table .col-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.synchronization-status .label {
    padding: .25rem .5rem;
    font-size: 125%;
}
.synchronization-status .btn {
    background: none;
    border-color: transparent;
    padding-top: 7px;
}
.synchronization-status .btn:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.synchronization-status .green {
    color: #19a974;
}
.synchronization-status .red {
    color: #e7040f;
}
.synchronization-status .orange {
    color: #F5871F;
}

table.dataTable.table-sm.news-list > thead > tr > th {
    padding-right: .3rem;
}

.news-list .text-color-public {
    color: #28a745;
}
.news-list .text-color-non-public {
    color: #dc3545;
}
