﻿body {
    background-color: #1f1f1f;
    color: #fff;
}

.table-dark th, .table-dark td {
    vertical-align: middle;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}


table tbody tr td a {
    font-size: 14px;
    text-decoration: none;
    color: #aaa;
}



    table tbody tr td a:hover {
        font-size: 14px;
        text-decoration: none;
        color: #eaad14;
    }



    table tbody tr td{
        font-size: 14px;
        text-decoration: none;
        color: #aaa !important;
    }