/* here you can put your own css to customize and override the theme */

.diff_green {
        background: #AADCE5 !important;
        color:green;
        font-weight: bold;
    }

.diff_red {
    background: #AADCE5 !important;
    color:red;
    font-weight: bold;
}

.headerSortDown {
    background: url('../plugins/data-tables/images/sort_asc.png') no-repeat center right;
}

.headerSortUp {
   background: url('../plugins/data-tables/images/sort_desc.png') no-repeat center right;
}

.tr-odd {
    background-color: #F0F0F0;
}