.tpk-content {
    width: 100%;
    display: block;
} 

.exhibition {
    margin-bottom: 80px;
}

.record-date {
    background: url(../img/icons/size.svg) no-repeat left;
    padding-left: 40px;
    margin-right: 20px;
}

.record-reward {
    background: url(../img/icons/weight.svg) no-repeat left;
    padding-left: 40px;
}

.record-value {
    margin-bottom: 25px;
}

.record-until {
    padding: 5px 10px;
    text-align: center;
    background: #ffc1071a;
    font-size: 14px;
    border-top: 1px solid #ffc10769;
    border-bottom: 1px solid #ffc10769;
    color: #dda707;
    line-height: normal;
}

.record-until a {
    color: #dda707;
    font-weight: bold;
}

.glory-value .w-green {
    color: #4caf50;
}

.glory-value .w-red {
    color: #f44336;
}