.custom-table { min-width: 500px; }
.custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important;
    color: #F5F5F5; }
.custom-table tbody th, .custom-table tbody td {
    color: #F5F5F5;
    font-weight: 400;
    padding: 20px;
    font-weight: 300; }
.custom-table tbody th small, .custom-table tbody td small {
    color: #F5F5F5;
    font-weight: 300; }
.custom-table tbody tr:not(.spacer) {
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.custom-table tbody tr:not(.spacer):hover {
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1); }
.custom-table tbody tr th, .custom-table tbody tr td {
    background: #25252b;
    border: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.custom-table tbody tr th a, .custom-table tbody tr td a {
    color: #F5F5F5; }
.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
.custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
.custom-table tbody tr.spacer td {
    padding: 0 !important;
    height: 3px;
    border-radius: 0 !important;
    background: transparent !important; }
.custom-table tbody tr.active th, .custom-table tbody tr.active td, .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
    color: #fff;
    background: #2e2e36; }
.custom-table tbody tr.active th a, .custom-table tbody tr.active td a, .custom-table tbody tr:hover th a, .custom-table tbody tr:hover td a {
    color: #fff; }
.custom-table tbody tr td:first-child {
	word-break:break-all;
	word-wrap:break-word;
	
    text-align: center;
}
.custom-table th {
    text-align:center;
}