/**
 * Matchmaking Table Styles - Only original styles from the template
 */

.theTableMatchmaking tbody tr:hover {
    cursor: pointer;
    background: #e3e7ea;
}

thead tr {
    background: #0d6fbd;
    color: #FFF;
}

.btn-group {
    margin: 15px 50px 0px 15px;
}

div.theTableMatchmaking_filter {
    margin: 0px 0px 15px 0px;
}

table.dataTable {
    border-collapse: collapse !important;
}

table#the-modal-matchmaking {
    width: 100%;
}

#the-modal-matchmaking tbody tr th {
    padding: 15px;
}

.paginate_button.page-item.next {
    margin-left: 0;
}

.dataTables_info {
    margin-right: 50px;
}

.theTableMatchmaking .the-body-matchmaking tr td:first-child {
    text-decoration: underline;
} 