body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #3c373e;
    font-weight: 300;
}

p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
    color: #fff;
}

.custom-table {
    min-width: 900px;
}

    .custom-table thead tr, .custom-table thead th {
        padding-bottom: 30px;
        border-top: none;
        border-bottom: none !important;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .2rem;
        vertical-align: middle;
        text-align:center;
    }

    .custom-table tbody th, .custom-table tbody td {
        color: #f8f9fac2;
        font-weight: 400;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 300;
        border: none;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        vertical-align: middle;
    }

        .custom-table tbody th small, .custom-table tbody td small {
            color: rgba(255, 255, 255, 0.3);
            font-weight: 300;
        }

        .custom-table tbody th a, .custom-table tbody td a {
            color:#f8f9fac2;
            /*color: rgba(255, 255, 255, 0.3);*/
        }

        .custom-table tbody th .more, .custom-table tbody td .more {
            color: rgba(255, 255, 255, 0.3);
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: .2rem;
        }

    .custom-table tbody tr {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .custom-table tbody tr:hover td, .custom-table tbody tr:focus td {
            color: #fff;
        }

            .custom-table tbody tr:hover td a, .custom-table tbody tr:focus td a {
                color: #fdd114;
            }

            .custom-table tbody tr:hover td .more, .custom-table tbody tr:focus td .more {
                color: #fdd114;
            }

    .custom-table .td-box-wrap {
        padding: 0;
    }

    .custom-table .box {
        background: #fff;
        border-radius: 4px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .custom-table .box td, .custom-table .box th {
            border: none !important;
        }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
    color:#fff;
}
ul.pagination li a
{
color: #ffffff8f;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
ul.pagination li a:hover:not(.active)
{
background-color: #4e73df;
}

