.fs-embed-wrapper {
    width: 100%;
    font-family: "blau-weiss", sans-serif ;
    background: #fff ;
    border: 0px solid #d4d9df  ;
    margin: 10px 0  ;
}
.fs-embed-wrapper * {
    line-height: normal  ;
    font-family: inherit  ;
    float: none  ;
}
.fs-standings {
    font-size: 1rem  ;
}
.fs-embed-header {
    background: 0 0  ;
    position: relative  ;
    height: 60px  ;
    display: -webkit-box  ;
    display: -ms-flexbox  ;
    display: flex  ;
    -ms-flex-wrap: no-wrap  ;
    flex-wrap: no-wrap  ;
    -webkit-box-align: center  ;
    -ms-flex-align: center  ;
    align-items: center  ;
}
.fs-embed-header .fs-header-badge {
    -ms-flex-negative: 0  ;
    flex-shrink: 0  ;
    width: 60px  ;
    height: 60px  ;
    display: -webkit-box  ;
    display: -ms-flexbox  ;
    display: flex  ;
    -webkit-box-align: center  ;
    -ms-flex-align: center  ;
    align-items: center  ;
    -webkit-box-pack: center  ;
    -ms-flex-pack: center  ;
    justify-content: center  ;
    border-right: 1px solid #e0e6ed  ;
    margin-right: 15px  ;
}
.fs-embed-header .fs-header-badge img {
    width: 40px  ;
    display: block  ;
    margin: auto  ;
}
.fs-embed-header .fs-header-title {
    -webkit-box-flex: 1  ;
    -ms-flex: 1  ;
    flex: 1  ;
    max-width: calc(70% - 60px)  ;
    display: inline-block  ;
    overflow: hidden  ;
    text-overflow: ellipsis  ;
    white-space: nowrap  ;
}
.fs-embed-header .fs-header-title * {
    display: inline-block  ;
    overflow: hidden  ;
    text-overflow: ellipsis  ;
    white-space: nowrap  ;
}
.fs-embed-header .fs-header-title .fs-country-flag {
    display: inline  ;
    width: 14px  ;
    margin-right: 6px  ;
}
.fs-embed-header .fs-header-title .fs-strong-title {
    display: block  ;
    width: 100%  ;
    font-weight: 700  ;
    color: white!important ;
    margin-bottom: 2px  ;
    text-decoration: none  ;
    font-size: 14px  ;
}
.fs-embed-header .fs-header-title .fs-medium-title {
    display: inline-block  ;
    max-width: 100%  ;
    color: white!important  ;
    font-size: 1.2rem  ;
}
.fs-embed-header .fs-header-actions {
    text-align: right  ;
    position: absolute  ;
    top: 5px  ;
    right: 10px  ;
}
.fs-embed-header .fs-header-actions .fs-header-actions-label {
    font-size: 10px  ;
    text-transform: uppercase  ;
    font-weight: 700  ;
    margin-bottom: 4px  ;
    color: #004494  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation {
    list-style: none  ;
    padding: 0  ;
    margin: 0  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a {
    display: inline-block  ;
    background: #fff  ;
    height: 30px  ;
    width: 30px  ;
    color: #004494  ;
    border-radius: 100px  ;
    line-height: 30px  ;
    text-align: center  ;
    text-decoration: none  ;
    background-repeat: no-repeat  ;
    background-size: 12px  ;
    background-position: 50% 49%  ;
    cursor: pointer  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a#fs-table-navigation-previous {
    background-image: url(https://cdn.footystats.org/fonts/font-awesome/solid/left.png)  ;
    background-repeat: no-repeat  ;
    background-size: 12px  ;
    background-position: 50% 49%  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a#fs-table-navigation-previous.fs-nav-disabled {
    background-image: url(https://cdn.footystats.org/fonts/font-awesome/solid/left-disabled.png)  ;
    background-repeat: no-repeat  ;
    background-size: 12px  ;
    background-position: 50% 49%  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a#fs-table-navigation-next {
    background-image: url(https://cdn.footystats.org/fonts/font-awesome/solid/right.png)  ;
    background-repeat: no-repeat  ;
    background-size: 12px  ;
    background-position: 50% 49%  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a#fs-table-navigation-next.fs-nav-disabled {
    background-image: url(https://cdn.footystats.org/fonts/font-awesome/solid/right-disabled.png)  ;
    background-repeat: no-repeat  ;
    background-size: 12px  ;
    background-position: 50% 49%  ;
}
.fs-embed-header .fs-header-actions .fs-header-table-navigation a.fs-nav-disabled {
    background: #f1f1f1  ;
    border: 0px solid #f1f1f1  ;
    color: #d3d3d3  ;
    pointer-events: none  ;
}
.fs-embed-body {
    max-height: 360px  ;
    overflow-y: scroll  ;
    padding: 10px  ;
    display: block  ;
}
.fs-embed-table {
    border-collapse: collapse  ;
    width: 100%  ;
    margin: 0  ;
    table-layout: fixed  ;
    border: 0  ;
}
.fs-embed-table td,
.fs-embed-table th {
    padding: 0  ;
}
.fs-embed-table thead {
    border: 0  ;
    font-size: 11px  ;
    color: #08366b  ;
    font-weight: 700  ;
}
.fs-embed-table thead th {
    padding-bottom: 10px  ;
}
.fs-embed-table thead th.rank {
    padding: 0 10px 10px 0  ;
}
.fs-embed-table td {
    border: 0  ;
    font-size: 1rem  ;
    padding: 5px 0  ;
    vertical-align: middle  ;
}
.fs-embed-table tbody {
    border: 0  ;
}
.fs-embed-table tbody tr {
    border: 0  ;
}
.fs-embed-table tbody tr:last-child {
    border-bottom: 0  ;
}
.fs-table-row {
    border-bottom: 1px solid #f0f0f0  ;
    vertical-align: baseline  ;
}
.fs-table-item {
    min-width: 20px  ;
    text-align: left  ;
    border: 0  ;
}
.fs-table-item.link {
    color: #004494  ;
    font-weight: 700  ;
    text-decoration: none  ;
    display: inline-block  ;
    max-width: 90%  ;
    overflow: hidden  ;
    white-space: nowrap  ;
    text-overflow: ellipsis  ;
}
.fs-table-item.rank {
    color: #004494  ;
    min-width: auto  ;
    font-size: 1rem  ;
    text-align: center  ;
    padding: 0 10px 0 0  ;
    min-width: 10px  ;
}
.fs-table-item.team {
    font-size: 1rem  ;
    width: 50%  ;
}
.fs-table-item.fs-align-center {
    text-align: center  ;
}
.fs-table-row.no-links .fs-table-item.link {
    color: #08376b  ;
}
