#tab-connection-status button{color:#8a8a8a;text-transform: none;}
#tab-connection-status button.active{color:#44d62c;text-decoration: none;}
#tabs-header-v2-btn-tab-connection-status-good.active{color:#ffff00!important;}
#tabs-header-v2-btn-tab-connection-status-fair.active{color:#f7941d!important;}
#tabs-header-v2-btn-tab-connection-status-poor.active{color:#ff0000!important;}
@media screen and (min-width: 768px){
  #tab-connection-status .tabs-header-v2-buttons{
    font-size:0;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }
  #tab-connection-status .tabs-header-v2-buttons:before{
    background-color: #666;
    height: 2px;
    content:'';
    position: absolute;
    top:15px;
    left: 0;
    right: 0;
    width: 77%;
    margin: 0 auto;
  }
  #tab-connection-status button{
    border-right:0;
    padding: 1.4rem 0 0 0;
    position: relative;
    width: 25%;
  }
  #tab-connection-status button:before{
    background-color: #666;
    content:'';
    position: absolute;
    top:-9px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border-radius:100px;
  }
  #tab-connection-status button.active:before{
    background-color: #44d62c;
    top:-13px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
  }
    #tabs-header-v2-btn-tab-connection-status-good.active:before{background-color:#ffff00!important;}
  #tabs-header-v2-btn-tab-connection-status-fair.active:before{background-color:#f7941d!important;}
  #tabs-header-v2-btn-tab-connection-status-poor.active:before{background-color:#ff0000!important;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}
#tab-connection-status-good {
            display:none
        }
#tab-connection-status-fair {
            display:none
        }
#tab-connection-status-poor {
            display:none
        }