.col-same {
    width: 9%;
}

.hide-mobile {
display: none;
}

.col-num-right {
}
.match-dtl {
    width: 80px;
}
.match-status-full {
    width: 80px;
}
.match-result, .match-status {
    width: 100px;
}
.table-switch {
     float: left;
}
.table_link {
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px;
}
.table_link:hover {
	text-decoration: none;
}
.table_link:focus {	
    outline: none;
}
.table_link_active, .table_link:hover {
	color: white;
}

.headRow {
border-bottom: 1px solid rgb(0 37 142 / 10%);
font-size: 20px;
}

.bodyRow {
height: 40px;
}

tbody tr:nth-child(even) {
    background: rgb(0 37 142 / 3%);
}

.clubName {
margin-left: 15px;
}

.clubContainer {
    height: 40px;
    align-items: center;
}

.roundsContainer {
display: flex;
border: 1px solid #d2d2d9;
border-radius: 8px;
width: fit-content;
margin: 20px 0;
}

.match_data {
    border-right: 1px solid rgba(0, 37, 142, 0.1);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.match_data_inside_wrapper {
    height: 100%;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.match_data > div {
font-size: 16px;
}

.match {
display: flex;
}

.match_data {
width: 20%;
}

.participants {
width: 20%;
}

.status {
width: 20%;
}

.name {
	display: flex;
    align-items: center;
    justify-content: center;
}

.match-result {
text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

@media only screen and (max-width:580px) {

.hide-mobile {
display: flex;
}

.hide-desktop {
display: none;
}

.matchesList {
display: flex;
flex-wrap: wrap;
}

.roundsContainer {
display: flex;
flex-wrap: wrap;
border: 1px solid #d2d2d9;
border-radius: 8px;
width: 90%;
margin: 15px auto;
}

.games-table td {
font-size: 14px;
}

.games-table th {
font-size: 12px;
}

.ord1 {
order: 1;
width: 25%;
}

.ord2 {
order: 2;
font-size: 12px;
}

.ord3 {
order: 3;
width: 25%;
}

.ord4 {
order: 4;
}

.match_data_group {
order: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #d2d2d9;
    text-align: center;
    padding: 7px 0;
    justify-content: center;
    flex-direction: column;
}

.ord2 > div {
width: 100%;
}

.logoContainer {
margin-bottom: 8px;
}

.clubLogoGroup {
    width: 40px !important;
    height: 40px !important;
}

.fsize12 {
font-size: 12px;
}

.font700 {
font-weight: 700;
}

.clubName {
font-size: 14px;
}

.clubName a {
font-size: 14px;
font-weight: 700;
}

.clubContainer img {
width: 15px;
}

.clubName {
margin-left: 7px;
}

.rnkNum {
width: 5%;
}

}