#footer {
    padding: 24px
}

.ui.nations.widgets.statistics {
    position: relative
}

.ui.nations.widgets.statistics .column .ui.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #886435;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ui.nations.widgets.statistics .column .ui.header .sub.header {
    margin: 4px;
    font-size: 1.4em
}

.ui.nations.widgets.statistics .column:before {
    content: "";
    display: block;
    margin-top: 100%
}

.ui.nations.widgets.statistics .column:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .56;
    width: 100%;
    height: 100%
}

.ui.nations.widgets.statistics .column:first-child .ui.header,
.ui.nations.widgets.statistics .column:first-child .ui.header .sub.header {
    color: #ab71bc
}

.ui.nations.widgets.statistics .column:nth-child(2) .ui.header,
.ui.nations.widgets.statistics .column:nth-child(2) .ui.header .sub.header {
    color: #e50808
}

.ui.nations.widgets.statistics.progress {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui.nations.widgets.statistics.progress .bar.capella {
    background-color: #6b3979
}

.ui.nations.widgets.statistics.progress .bar.procyon {
    background-color: #6f0404
}

.ui.nations.widgets.statistics.progress .bar.neutral {
    background: -webkit-gradient(linear, left top, right top, from(#817464), to(transparent));
    background: linear-gradient(90deg, #817464, transparent)
}

.ui.nations.widgets.statistics>* {
    position: relative;
    z-index: 1
}

.ui.nations.widgets.statistics: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: .12;
    z-index: 0;
    visibility: visible;
    width: 100%;
    height: 100%
}