/* ---------*/
/*			*/
/* QBL		*/
/* 			*/
/* -------- */

/* Base */

.qbl-content {
  display:none;
}

.qbl-content > div:first-child {
  /*padding-left: 0;*/
}

.qbl-content > div:last-child {
  /*padding-right: 0;*/
  /*margin-bottom: 15px;*/
}

.qbl-content > div {
  /*padding-right: 0;*/
  margin-bottom: 15px;
}

.qbl-content .qbl-nodataerror {
  display: none;
  margin-top: 10px;
}

.qbl-content .chart-height-QBL {
  width: 100%;
  height: 250px;
}

/* * */

/* -------------------------------------*/
/*                                      */
/* QBL.LiveViewers						*/
/*                                      */
/* ------------------------------------ */

/* QBL.LiveViewers.Viewers */

/* * */

/* QBL.LiveViewers.ProgramDetail */

.qbl-program-detail-content {
  border-bottom: 1px dotted #999;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  text-align: center;
  padding: 15px;
  display: inline-block;
  text-decoration: none !important;
}

div:last-child > .qbl-program-detail-content {
  border-bottom: 0;
}

.qbl-program-detail-content hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

.qbl-program-detail-content-table th,
.qbl-program-detail-content-table td {
  border-top: 0;
}

.qbl-program-detail-content-table .qbl-channel-desc {
  display: block;
}

.qbl-program-detail-content-table .qbl-channel-img {
  margin: 0 auto;
}

.qbl-program-detail-content-table .qbl-program-desc {
  text-overflow: ellipsis;
}

/* LG */
@media screen and (min-width : 1200px) {

  .qbl-program-detail-content {
    width: 100%;
  }	

}

/* MD */
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .qbl-program-detail-content {
    width: 100%;
  }

}


/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  .qbl-program-detail-content {
    width: 100%;
  }

}

/* XS */
@media screen and (min-width: 320px) and (max-width: 767px) {

  .qbl-content > div:last-child {
	/*padding-right: 0;*/
	margin-bottom: 30px;
  }

  .qbl-program-detail-content {
    padding: 5px !important;
    display: block;
  }

}


/* QBL.LiveViewers.Gender */

/* * */

/* QBL.LiveViewers.Age */

/* * */

/* QBL.LiveViewers.Map */

.qbl-liveviewers-map-content {
  height: 670px;
}

.qbl-liveviewers-map-content .gmnoprint,
.qbl-liveviewers-map-content .gm-style-cc {
  display: none;
}

.qbl-liveviewers-map-content .gm-style a div img {
  /*display: none;*/
}

.qbl-liveviewers-map-content .map-legend {
  font-weight: bold;
}

.qbl-liveviewers-map-content .map-legend span.title {
  color: #999;
}

.qbl-liveviewers-map-content .map-legend span {
  display: block;
}

/* * */