<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.qb {
  border: 1px solid #444444;
}
.qbg {
  background: light_gray;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: 'Source Sans Pro', sans-serif;
}
/* two clearing options -  use .clearfix() in new code */
/* both work as a Less mixin - no clearfix class needs to be added to HTML */
.clearthis {
  /* works as a Less mixin - no clearfix class needs to be added to HTML */

  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* old button style pre-Sept 14- don't use - use flat_button instead */
.bublish_button {
  background: #e4782c;
  color: white;
  font-size: 14px;
  padding: 3px 8px 4px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.bublish_button_white {
  background: #fff;
  color: #e4782c;
  border: 1px solid #e4782c;
  font-size: 14px;
  padding: 6px 8px 7px;
  text-align: left;
  text-decoration: none;
  border-radius: 0px;
}
/* new post--Sept 14 button style */
.flat_button {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
}
.flat_button:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #e4782c;
}
.flat_button_alt:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_alt.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_alt:hover {
  background: #25aebc;
  cursor: pointer;
}
.flat_button_default {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #aaa;
}
.flat_button_default:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
.flat_button_default.large {
  padding: 5px 10px;
  font-size: 15px;
}
.flat_button_default:hover {
  background: #777;
  cursor: pointer;
}
/* removes blue background off close buttons on dialogs - some BS wierdness*/
.container-fluid button.close {
  background: none;
  border: none;
}
.container-fluid button.close:hover {
  background: none;
  border: none;
}
#profile_metrics_display {
  margin: 6px auto 0;
  padding: 0 0;
  text-align: center;
  position: relative;
  /* positioning context for Free Trial button */

}
#profile_metrics_display h2 {
  /* author name */

  color: #e4782c;
  margin: 4px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 24px;
}
#profile_metrics_display #playIt {
  /* the free trial video link */

  text-align: right;
  margin: 0 0 0px 0;
}
#profile_metrics_display #playIt:before,
#profile_metrics_display #playIt:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#profile_metrics_display #playIt:after {
  clear: both;
}
#profile_metrics_display #playIt a.play_video_link,
#profile_metrics_display .playIt a.play_video_link{
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  float: left;
  width: 160px;
  margin: -5px 0 0px 10px;
}
#profile_metrics_display #playIt a.play_video_link:hover,
#profile_metrics_display .playIt a.play_video_link:hover{
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#profile_metrics_display #playIt a.play_video_link.large {
  padding: 5px 10px;
  font-size: 15px;
}
#profile_metrics_display #playIt a.upgrade {
  background: #25aebc;
  color: #fff;
  text-align: center;
  padding: 5px 5px 2px 5px;
  font-size: 12px;
  border-radius: 0px;
  background: #e4782c;
  margin: -5px 0 0 5px;
  float: right;
  width: 60px;
}
#profile_metrics_display #playIt a.upgrade:hover {
  background: #e4782c;
  text-decoration: none;
  cursor: pointer;
}
#profile_metrics_display #playIt a.upgrade.large {
  padding: 5px 10px;
  font-size: 15px;
}
#profile_metrics_display #playIt a.upgrade:hover {
  background: #25aebc;
  cursor: pointer;
}
#profile_metrics_display #playIt p {
  /* days remaining text */

  clear: both;
  font-size: 10px;
  color: #aaa;
  margin: 10px 0 0 0px;
  vertical-align: 5px;
}
#profile_metrics_display #playIt p:before,
#profile_metrics_display #playIt p:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  display: block;
}
#profile_metrics_display #playIt p:after {
  clear: both;
}
#profile_metrics_display #metrics_controls {
  clear: both;
  text-align: right;
}
#profile_metrics_display #metrics_controls h3 {
  text-align: center;
  color: #fff;
  background: #25aebc;
  padding: 6px 0 3px 0;
  font-size: 20px;
}
#profile_metrics_display #metrics_controls div {
  padding: 24px 0 0 0;
}
#profile_metrics_display #metrics_controls div select {
  border: 4px solid #e4782c;
  font-size: 16px;
  background-color: #e4782c;
  background-image: none;
  border-radius: 0;
  color: white;
  outline: none;
}
#profile_metrics_display #metrics_controls div select option {
  font-size: 24px;
}
#profile_metrics_display .panels {
  clear: both;
}
#profile_metrics_display .panel_wrapper {
  clear: both;
  position: relative;
  margin: 10px auto 20px;
  /* auto only kicks in in one col iPhone layout */

  height: 275px;
  transition: height 2s;
  overflow: hidden;
}
#profile_metrics_display .panel_wrapper.slideaway {
  /* animation when this class is added  */

}
#profile_metrics_display .panel_wrapper.slideaway .metrics_panel:first-child {
  /* slides away overview panel to reveal detail panel */

  left: 100%;
}
#profile_metrics_display .panel_wrapper .metrics_panel {
  position: absolute;
  left: 0;
  top: 0;
  background: #25aebc;
  width: 100%;
  height: 100%;
  margin: 0px auto 20px;
  padding: 10px 0 0 0;
  text-shadow: none;
  /* or inherits from JQ styles */

  text-align: center;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  transition: left 2s;
  /* panel animation */

}
#profile_metrics_display .panel_wrapper .metrics_panel.social_shares,
#profile_metrics_display .panel_wrapper .metrics_panel.conversions {
  background: #e4782c;
}
#profile_metrics_display .panel_wrapper .metrics_panel.overview {
  z-index: 50;
}
#profile_metrics_display .panel_wrapper .metrics_panel.detail {
  z-index: 5;
}
#profile_metrics_display .panel_wrapper .metrics_panel h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
#profile_metrics_display .panel_wrapper .metrics_panel .description {
  font-size: 12px;
}
#profile_metrics_display .panel_wrapper .metrics_panel p.main_data_point {
  font-size: 4.5em;
  margin: 12px 10px 10px 10px;
  line-height: 1;
  color: #fff;
}
#profile_metrics_display .panel_wrapper .metrics_panel p.previous_period_delta {
  font-size: 24px;
  margin: 10px 10px 12px 10px;
  color: #fff;
}
#profile_metrics_display .panel_wrapper .metrics_panel .panel_footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  opacity: .4;
  background-color: #444444;
}
#profile_metrics_display .panel_wrapper .metrics_panel .panel_footer p {
  font-size: 11px;
  text-align: right;
  padding: 6px;
  font-weight: 400;
  letter-spacing: .05em;
  margin: 4px 0 4px;
}
.data_wrapper {
  height: 207px;
  overflow: scroll;
}
.data_wrapper table {
  margin: 0px auto 20px;
  height: 140px;
  overflow: scroll;
  width: 100%;
  border-collapse: collapse;
}
.data_wrapper table th {
  border-bottom: 2px solid #fff;
  text-align: center;
}
.data_wrapper table th img {
  /* header social icons */

  width: 30px;
}
.data_wrapper table th,
.data_wrapper table td {
  padding: 3px 4px;
}
.data_wrapper table th:first-child,
.data_wrapper table td:first-child {
  width: 40px;
  border-right: 1px solid #fff;
  font-size: 11px;
}
.data_wrapper table td {
  font-size: 18px;
}
.data_wrapper table hr {
  margin: 0;
}
@media (min-width: 768px) {
  #profile_metrics_display #metrics_controls {
    text-align: center;
  }
  #profile_metrics_display .col-xs-12 .panel_wrapper {
    width: 300px;
    height: 275px;
  }
  #profile_metrics_display .col-xs-12:last-child {
    margin-left: 180px;
  }
}
@media (min-width: 992px) {
  #profile_metrics_display .col-xs-12 .panel_wrapper {
    width: 270px;
    height: 275px;
  }
  #profile_metrics_display .col-xs-12:last-child {
    margin-left: 0px;
  }
  #profile_metrics_display h2 {
    margin: -5px 0 0 0;
  }
  #profile_metrics_display #playIt {
    /* the free trial video link */
  
    text-align: right;
    margin: -33px 0 0px 0;
  }
  #profile_metrics_display #playIt:before,
  #profile_metrics_display #playIt:after {
    content: " ";
    display: table;
    height: 0;
    visibility: hidden;
    display: block;
  }
  #profile_metrics_display #playIt:after {
    clear: both;
  }
  #profile_metrics_display #playIt a.play_video_link {
    background: #25aebc;
    color: #fff;
    text-align: center;
    padding: 5px 5px 2px 5px;
    font-size: 12px;
    border-radius: 0px;
    float: left;
    width: 160px;
    margin: 0 0 0px 10px;
  }
  #profile_metrics_display #playIt a.play_video_link:hover {
    background: #e4782c;
    text-decoration: none;
    cursor: pointer;
  }
  #profile_metrics_display #playIt a.play_video_link.large {
    padding: 5px 10px;
    font-size: 15px;
  }
  #profile_metrics_display #playIt a.upgrade {
    background: #25aebc;
    color: #fff;
    text-align: center;
    padding: 5px 5px 2px 5px;
    font-size: 12px;
    border-radius: 0px;
    background: #e4782c;
    margin: -5px 0 0 5px;
    float: right;
    width: 60px;
  }
  #profile_metrics_display #playIt a.upgrade:hover {
    background: #e4782c;
    text-decoration: none;
    cursor: pointer;
  }
  #profile_metrics_display #playIt a.upgrade.large {
    padding: 5px 10px;
    font-size: 15px;
  }
  #profile_metrics_display #playIt a.upgrade:hover {
    background: #25aebc;
    cursor: pointer;
  }
  #profile_metrics_display #playIt p {
    /* days remaining text */
  
    clear: both;
    font-size: 10px;
    color: #aaa;
    margin: 10px 0 0 0px;
    vertical-align: 5px;
  }
  #profile_metrics_display #playIt p:before,
  #profile_metrics_display #playIt p:after {
    content: " ";
    display: table;
    height: 0;
    visibility: hidden;
    display: block;
  }
  #profile_metrics_display #playIt p:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  #profile_metrics_display .panel_wrapper {
    width: 320px;
  }
}

#profile_metrics_display h2.cntrTxt{margin-left:380px;margin-right:380px;}
.inL .flat_button_alt{float:none;}
.inL,.inL .flat_button_alt{display:inline-block;vertical-align:top;}
.mt0{margin-top:0;}
#profile_metrics_display .playIt.pull-left a.play_video_link{margin-left:0;}
#profile_metrics_display .clearfix{margin:0 10px;}

@media all and (min-width:981px){
    #profile_metrics_display #playIt.pull-right{margin:0;position:relative;top:-8px;padding-right:0;}
    #profile_metrics_display #playIt.pull-right.btn-lg{top:-16px;margin-bottom:-16px;}
    #profile_metrics_display #playIt.pull-right p{margin:5px 0 0;text-align:right;}
    .container-fluid.header #profile_metrics_display h2{margin-top:9px;}
    .container-fluid.header #profile_metrics_display h2.mt5{margin-top:4px;}
}


</pre></body></html>