table.propagation, table.hottest {
    width: 100%;
}
table.propagation tr th, table.hottest tr th {
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 0.7em;
    border-top: 0;
}
table.propagation tr td, 
table.hottest tr td, 
table.recent-awards tr td, 
table.happy-birthday tr td {
    text-align: center;
    font-weight: 500;
    border-color: var(--colorThree);
    padding: 0.2em;
}
table.recent-awards tr:first-child td, 
table.happy-birthday tr:first-child td {
    border: 0;
}
table.propagation tr td.propagation-label-G {
    color: #468847;
}
table.propagation tr td.propagation-label-F {
    color: #f89406;
}
table.propagation tr td.propagation-label-P {
    color: #b94a48;
}
span.propagation-copy {
    display: block;
    color: #928da8;
    font-style: italic;
    font-size: 0.8em;
    text-align: center;
    padding: 1em 0 0 0;
}
div.home-copy p {
    font-size: 0.6em;
    color: #928da8;
}
div.home-copy p a {
    text-transform: uppercase;
}
div.home-banner {
    color: #fff;
    text-shadow: 1px 3px 0 #444444, 1px 7px 3px #333333;  
    border-radius: 10px;  
}
div.home-banner a {
    text-shadow: none;
}
div.recent-awards div.recent-awards-title {
    display: block;
    float: left;
    width: 35px;
    height: 284px;
    margin-top: -0.5rem !important;
    margin-right: 20px;
    background: rgb(23,84,163);
}
div.recent-awards div.recent-awards-title span {
    display: block;
    position: relative;
    top: 117px;
    left: -120px;
    height: 35px;
    width: 284px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    text-align: center;
}
div.recent-awards table tr:first td {
    border: 0 !important;
}
div.champions div.champions-item {
    margin: 1em 0;
    padding: 0.5em 0.1em;
    border-radius: 5px;
}
div.champions div.champions-item:nth-child(odd) {
    background: var(--colorThree);
}
div.champions div.champions-item img {
    float: left;
    width: 9.5%;
    margin-right: 20px;
    height: auto;
    border-radius: 5px;
}
div.champions div.champions-item div.place-medal {
    display: block;
    float: left;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 9px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    line-height: 18px;
}
div.champions div.champions-item div.place-medal-1 {
    background: #f1b91c;
}
div.champions div.champions-item div.place-medal-2 {
    background: #a97373;
}
div.champions div.champions-item div.place-medal-3 {
    background: #656565;
}
div.champions div.champions-item h5 {
    font-size: 0.7em;
    color: #86848f;
}
div.champions div.champions-item h6 {
    font-size: 0.6em;
    color: #86848f;
}
div.champions div.champions-item h4 {
    font-size: 1em;
    text-transform: uppercase;
    margin-top: .7rem!important
}
div.champions div.champions-item h4 a {
    color: #ffffff !important;
}
div.champions div.champions-item h4 small {
    font-size: 0.5em;
}