.navbar-top-links .subscribe-link{
    background: #FE3054;
  font-family: National, Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
    color: white !important;
    padding: 10px !important;
    min-height: 15px !important;
    border-radius: 5px;
}

.navbar-top-links .subscribe-link:hover{
    background: #FE3054 !important;
    border: 1px solid #ffffff !important;
}


.btn-login{
    border: none;
}

#footertable{
    border: none;
}

#footertable td {
    border: none;
    float: left;
}


#custom-header{
    justify-content: space-between;
    display: inline-flex;
    width: 140px;
}

@media only screen and (max-width: 2480px) {
    .header-content{
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 2308px) {
    .header-content{
        min-width: 280px !important;
    }
}

.navbar-top-links li{
    max-height: 42px;
}

#support{
    color: #ffffff;
    padding: 10px;
    background: transparent;
	font-size: 16px;
    min-height: auto;
}

#support:hover{
	border: 1px solid #ffffff;
	border-radius: 5px;
}

#news{
    color: #ffffff;
    padding: 10px;
    background: transparent;
	font-size: 16px;
    border-radius: 5px;
    min-height: auto;
    margin-right: 5px;
}

#news:hover{
    border: 1px solid #ffffff;
	border-radius: 5px;
}

.header-content {
    z-index: 2031;
    position: relative;
    left: 200px;
    bottom: 95px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 0px;
    
}


@media only screen and (max-width: 1200px) {
    .header-content {
        left: 75px;
        bottom: 98px;
    }

}

.badge-component {
    display: none;
}

.incident-components {
    display:none;
}

.subscribe-link {
    display: none !important;
}

.toc-component-identified{
    display:none !important;
}

.toc-component-investigating{
    display:none !important;
}

.toc-component-monitoring{
    display:none !important; 
}