.dt-buttons .dt-button {
    background: #5bc0de;
    border: 1px solid #46b8da;
}

.dt-buttons .dt-button:hover {
    background: rgb(152, 188, 203);
    border: solid 1px rgb(152, 188, 203);
}

.comment-icon {
    position: absolute;
    right: 24px;
    top: 6px;
    background: #d6d6d6;
    width: 20px;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
}

.comment-icon:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    } 
}

.alertTR {
    background: #ffe3e3 !important;
    color: #000;    
} 

.tabalert {
    color: #f73414;
    font-weight: bold;
    font-size: 12px;
}

.switchery {
    margin-top: 0px;
}