.b-table {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
}
.b-table tr {
    vertical-align: top;
}
.b-table tr:hover td {
    background: #eee;
}
.b-table th {
    background: #dbdbdb;
    font-weight: 400;
    padding: 10px;
}
.b-table td {
    background: #fff;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    border-right: 1px solid #ccc;
    transition: all 0.3s ease-out;
}
.b-table td:last-child {
    border-right: none;
}

.b-team-img{
    max-width: 220px;
    height: auto;
}

.b-match-item{
    border: 1px solid #dee2e6!important;
    margin: -0.5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.b-match-img{
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    max-width: 150px;
    height: auto;
}

.b-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 24px;
}

.b-nav li {}

.b-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-out;
}

.b-nav li a:hover {
    border-bottom: 2px solid #000000;
    color: #000000;
}

.container a:hover {
    text-decoration: none;
}
