.fa-line-chart {
    /* margin-top: 35px !important; */
}

.channel section span {
    margin-top: 1px !important;
}

.channel section label {
    font-size:1.5em !important;
}

.socialIcons {
    width: 25%;
    margin: 2px;
}

.social-sharing {
    margin-top: 15px;
}

.socialIcons a{
    display: inline !important;
}

.socialIcons img{
    width: 18%;
}

.missing-artist {
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.field-warning {
    display: none;
}

#video-modal {
    /*top : 177px !important;*/
    z-index : 1050 !important;
    position: fixed !important;
}

.channel_name {
    margin-top: -20px;
}

.content-table thead tr th {
  /*font-family: "Helvetica Neue Bold" !important;*/
  font-family: "Helvetica Neue Bold", Helvetica, Arial, sans-serif !important;
}

.content-table .video img{
  width: 180px;
  height: 109px;
}

figcaption{
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
    font-weight: bolder;
  vertical-align: middle;
}

.content-table tr th {
    text-align:center;
}

#channel-table tr td {
  /*vertical-align: middle;*/
  padding-top:15px;
}

#channel-table tr td:first-child {
  width: 136px;
}

#prev_week, #next_week{
    border: none;
    /* border-radius: 0; */
    /* border-color: #fff !important; */
    color: #00aba1;
}


.stat-banner {
  background-color: #EBECEC;
  text-align: center;
  padding: 5px;
  margin-bottom: 3px;
  width:100%;
  /*margin: auto;*/
}

.stat-banner h3 {
  color:#2CAEA4;
    font-size: 30px;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  font-weight: bold;
}

.stat-banner h4 {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding:3px 0;
}

.stat-banner-details label {
  display: initial;
}

.table>tbody>tr>td {
  padding-right:5px!important;
  padding-left:5px!important;
}

.channel_name .title {
    font-weight: 900;
}

#video-table .thumbnail-column {
    text-align: center;
    width: 15%;
}

#channel-table section p {
    /*line-height: 1px;*/
    margin-left: 6px;
}

.video a {
    background: rgba(0, 0, 0, 0) url("../../images/play-btn.png") no-repeat scroll 0 0 / 25px 25px;
    display: block;
    height: 30%;
    left: 45.1%;
    position: absolute;
    /* top: 12px; */
    top: 42px;
    width: 16%;
}
.disabled-more-channels {
  margin-top: 15px !important;
  list-style: none;
  /*font-size: 24px !important;*/
  background-color: gray;
  width: 326px;
  color: white !important;
  border: none !important;
  padding: 15px 20px;
  text-decoration: none;
  cursor: unset;
}

.content-table .stat span .text-label {
    clear: both;
    color: rgba(100, 100, 103, 0.81);
    float: left;
    font-weight: lighter !important;
    margin: 0;
    text-align: right;
    padding-right :2.5px!important;
}

.info-label {
    margin-left: 5px;
}

.sticky-wrap {
    /*overflow: visible !important;*/
    overflow: auto !important;
}

.rank {
    position: relative;
}

.artist-label {
    position: absolute;
    bottom: 5px;
    left: -7px;
    width: 104px;
}

@media screen and (min-width: 1755px) {
    .content-table .stat .span-pull-left {
      float: left;
    }
    .content-table .stat .span-pull-right {
      float: right;
    }
}

.music-ratings-cursor-pointer {
  cursor: pointer;
}
@media screen and (max-width: 1301px) {
    h2{
      font-size: 28px !important;
      font-weight: bold;
  }
}
@media screen and (min-width: 1302px) {
    h2{
      font-size: 30px !important;
      font-weight: bold;
  }
}
