/*=== only fixed table css ===*/
.sticky-table-container table.dataTable th,.sticky-table-container table.dataTable td {
    white-space: nowrap;
    padding: 10px 8px;
}
.sticky-table-container table thead th {
    background: #eee;
    font-size: 12px;
    border-bottom: 0;
    border-color: #DDD;
    border-left: 0;
    text-align: center;  /*5Dec2019*/
    vertical-align: middle; /*9Dec2019*/
}
table.dataTable tfoot th {
  border-top: 0;
}

.sticky-table-container table.dataTable.no-footer{
    border-bottom: none;
}
table.dataTable {
  border-collapse: collapse;
}
.sticky-table-container table td:first-child, .sticky-table-container table td:nth-child(2) {
    background: #eee;
    border-bottom: 0;
    border-color: #DDD;
    border-left: 0;
}
.country {
    display: flex;
    height: 50%;
    border-bottom: 1px solid #ccc;
}
.country:last-child {
    border-bottom: none;
}
span.team-charity-box {
    display: block;
    min-height: 72px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}
span.team-charity-box:last-child {
    border-bottom: none;
}
.country img {
    max-width: 30px;
    margin: auto;
    border: 1px solid #ddd;
}

/*=== media start ===*/
@media(max-width:767px) {
   .sticky-table-container table.dataTable th:nth-child(2),.sticky-table-container table.dataTable td:nth-child(2) {white-space: normal;width: 120px !important;max-width: 120px !important;min-width: 120px !important;}
   .sticky-table-container table.dataTable th,.sticky-table-container table.dataTable td{white-space: normal;width:80px !important;max-width:80px !important;min-width:80px !important;white-space: normal;word-break: break-word;}
}

/*=== 29 November ===*/
span.comp-blog {
display: block;
margin-top: 10px;
}
span.comp-blog a {
margin: 0;
}
/*===5 December 2019===*/
.sticky-table-container table td:first-child,
.sticky-table-container #race-result-table tbody td:last-child,
.sticky-table-container #stage-race-result-table tbody td:last-child {
    text-align: center;
 }
