.army-rankings {
    margin: 20px;
    border: 2px solid #6b6b6b;
}
.ranking-header {
    background-color: #9e9e9e;
    color: #383838;
    text-transform: uppercase;
    font-size: 2rem;
    padding: .0rem .75rem;
    letter-spacing: .04em;
    font-family: "Akira Expanded Super Bold";
    font-weight: 800;
    text-align: center;
}
.movers-header {
    background-color: #b8b8b8;
    color: #383838;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #6b6b6b;
}
.biggest-movers {
    display: table;
    width: 100%;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
}
.biggest-movers .army-movers {
    display: table-cell;
    overflow: hidden;
    padding-left: .75rem;
    padding-right: .75rem;
    color: #ffffff;
    width: 50%;
    position: relative;
    vertical-align: middle;
    padding-bottom: 6px;
}
.biggest-movers .army-movers::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 80%);
    background-size: 100%;
    content: "";
    position: absolute;
    height: 50px;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
}
.biggest-movers .army-movers-logo {
    background-repeat: no-repeat;
    background-size: 70px auto;
    z-index: 100;
    height: 70px;
    position: absolute;
    top: -10px;
    width: 70px;
    right: 10px;
}
.biggest-movers span[class*="placement-"]::before {
    font-family: "icomoon-top-ten";
    color: #ffffff;
    position: relative;
    padding-right: 6px;
}
.biggest-movers .placement-up::before {
    content: "\ea41";
    font-size: 1.6rem;
}
.biggest-movers .placement-down::before {
    content: "\ea43";
    font-size: 1.6rem;
}
.biggest-movers .score {
    font-weight: 400;
    font-size: 2rem;
    position: relative;
    z-index: 200;
}
.biggest-movers .army-name {
    margin-left: 5px;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    z-index: 200;
    text-transform: uppercase;
    font-size: 22px;
}
.army-rankings .table-wrapper {
    width: 100%;
}
.table-army-rankings {
    width: 100%;
}
.table-army-rankings thead {
    background-color: #b8b8b8;
}
.table-army-rankings thead {
    color: #383838;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .04em;
    font-weight: 400;
}
.table-army-rankings tr::after, .table-army-rankings tr::before {
    content: "";
    display: table;
    width: 24px;
}
.table-army-rankings td {
    font-size: .875rem;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 6px;
}
.table-army-rankings span[class*="placement-"]::before {
    font-family: "icomoon-top-ten";
    position: relative;
    vertical-align: middle;
    padding-right: 6px;
}
.table-army-rankings .placement-up::before {
    color: #059646;
    content: "\ea41";
    font-size: 1.2rem;
}
.table-army-rankings .placement-down::before {
    color: #cc0e00;
    content: "\ea43";
    font-size: 1rem;
}
.table-army-rankings .logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 50px;
    width: 50px;
}
.table-army-rankings .army-name {
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Akira Expanded Super Bold";  
}
