#footer {
    padding: 24px;
}
.ui.rankings.nations {
    position: relative;
}
.ui.rankings.nations > * {
    position: relative;
    z-index: 1;
}
.ui.rankings.nations:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background-image: url(../../../img/original.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.12;
    z-index: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.ui.rankings.nations .ui.table thead:last-of-type th {
    border-top: 1px solid #201510;
}
.ui.rankings.nations .ui.table tr:first-child td:not(.error) .ui.container {
    overflow: hidden;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ui.rankings.nations
    .ui.table
    tr:first-child
    td:not(.error)
    .ui.container
    .content {
    padding: 1em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ui.rankings.nations
    .ui.table
    tr:first-child
    td:not(.error)
    .ui.container
    .content
    .ui.image {
    margin-right: -16em;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.32;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-filter: drop-shadow(0 0 24px);
    filter: drop-shadow(0 0 24px);
}
.ui.rankings.nations .ui.table tr:first-child td:first-child .icon {
    color: #fed700;
}
.ui.rankings.nations .ui.table tr:nth-child(2) td:first-child .icon {
    color: #cdcdcd;
}
.ui.rankings.nations .ui.table tr:nth-child(3) td:first-child .icon {
    color: #cd7f32;
}
