.matchcenter-table .matchcenter-table-header {
background-color: #ffed00;
color: #1a1818;
padding: 22px 27px;
line-height: 1.2;
font-size: 19px;
font-weight: bold;
text-transform: uppercase;
}
.matchcenter-table table {
max-width: 100%;
width: 100%;
border-width: 0;
border-collapse: collapse;
table-layout: fixed;
}
.matchcenter-table table thead tr th {
background-color: #262626;
color: #fff;
font-size: 19px;
text-align: center;
vertical-align: middle;
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 80px;
}
.matchcenter-table table thead tr th:nth-child(2) {
text-align: left;
width: auto;
min-width: 100px;
}
.matchcenter-table table tbody tr {
border-bottom: 1px solid #fff;
}
.matchcenter-table table tbody tr td {
vertical-align: middle;
text-align: center;
font-size: 16px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.matchcenter-table table tbody tr td img {
display: inline-block;
margin-right: 15px;
vertical-align: middle;
width: 64px;
height: auto;
}
.matchcenter-table table tbody tr td:nth-child(2) {
text-align: left;
width: auto;
}
.matchcenter-table .matchcenter-table-wrapper {
overflow-x: auto;
}
.matchcenter-table.matchcenter-table-small table thead tr th,
.matchcenter-table.matchcenter-table-small table tbody tr td {
font-size: 14px;
width: 50px;
}
.matchcenter-table.matchcenter-table-small table thead tr th:nth-child(2),
.matchcenter-table.matchcenter-table-small table tbody tr td:nth-child(2) {
width: 200px;
}
.matchcenter-table.matchcenter-table-small table tbody tr td img {
width: 48px;
margin-right: 5px;
}