/* CSS Charcounter*/
    .cc_toless {
      color:  red;
      font-weight: 700;
  }
  
.relationmarathon_index .relationmarathon_intro {
    margin-bottom: 12px;
}

.relationmarathon_counter {
    margin: 10px 0;
}

.relationmarathon_progress_text {
    margin-bottom: 6px;
}

.relationmarathon_progressbar {
    height: 18px;
    background: rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.15);
    overflow: hidden;
}

.relationmarathon_progressbar span {
    display: block;
    height: 18px;
    max-width: 100%;
    background: #8f2f2f;
}

.relationmarathon_progress_percent {
    margin-top: 4px;
    font-size: 11px;
    opacity: .8;
}

.relationmarathon_goal strong {
    font-size: 18px;
}

.relationmarathon_toplist_link,
.relationmarathon_navigation {
    margin-top: 10px;
}

.relationmarathon_rank {
    width: 10%;
    text-align: center;
}

.relationmarathon_amount {
    width: 20%;
    text-align: center;
}
