.logo-matchs {
    width: 75%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 580px) {
    .logo-matchs {
        width: 20% !important;
    }
}

@media (max-width: 480px) {
    .bt_bb_score .bt_bb_score_details .bt_bb_score_content_inner {
        display: block !important;
    }
}

.matchs-table {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.matchs-table img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.matchs-table th, .matchs-table td {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.matchs-table tr:hover {
    background-color: #f9f9f9;
}

.matchs-table td a {
    color: #0073aa;
    text-decoration: none;
}

.matchs-table td a:hover {
    text-decoration: underline;
    color: #0056a4;
}
.wp-list-table th {
    text-align: left;
}

.wp-list-table .column-primary {
    font-weight: bold;
}

.wp-list-table .code {
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
}
th.manage-column.short {
    width: 200px;
}