.yc-youtuber-table {
  background-color:white;
  font-size:12px;
  padding: 0px 10px 15px 10px;
}

#tblYoutubers {
  font-size: 14px;
}

.yc-youtuber-msg {
  text-align:center;
  font-size:14px;
  color:darkgray;
  padding:10px 5px;
}

.yc-youtuber-live-ct {
  font-size: 13px;
  color: lightgray;
}

#btnResetOrder, #btnShare {
    padding: 5px 10px;
    font-size: 13px;
}

.yc-yt-stats {
  color: #41a200;
  font-size: 13px;
}

.yc-featured-youtubers {
  text-align:center;
  font-size: 20px;
  font-weight:bold;

}

.yc-yt-banner {
  text-align:center;
}

.yc-youtuber-joined {
  font-size: 10px;
}

.yc-youtuber-span {
  font-size: 12px;
  padding: 2px;
}

.yc-avatar-container {
    position: relative;
    display: inline-block;
}

.yc-avatar-container img {
    z-index: 0;
}

.yc-badge {
    position: absolute;
    top: -5px;
    right: -17px;
    width: 35px;
    height: 18px;
    background-color: red;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.yc-badge-country {
    position: absolute;
    top: 35px;
    right: 37px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.yc-badge-red {
    background-color: red;
}

.yc-avg-down {
    color:red;
}

.yc-avg-up {
    color:forestgreen;
}