/********* Clumio header styles starts here*********/
.clumio-custom-header {
  background: #000000;
}
.clumio-container {
    background-color: #000000;
    padding: 20px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    position: relative;
}
.logo {
  display: flex;
}
nav .header-link {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

/*Subscribe To Updates & Status styles starts here*/
a.show-updates-dropdown {
    color: #ffffff;
    background: #0A2E8C;
    padding: 6px 20px;
    border-radius: 4px;
    display: inline-block;
}

.updates-dropdown-section {
    color: #000000;
}
.page-status.status-none {
    text-align: center;
}
/*Subscribe To Updates & Status styles ends here*/
/********* Clumio header styles ends here*********/

/********* Clumio footer styles starts here*********/
.footer {
  background-color: #000000;
  padding: 10px;
  text-align: center;
}
.footer-social-links {
  margin-top: 10px;
}
.footer-social-links a {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  text-decoration: none;
}
.footer-copyright {
  margin-top: 10px;
  color: #ffffff;
}
/********* Clumio footer styles ends here*********/

/* START Hide "View historical uptime." link */
.components-uptime-link {display:none;}
/* END Hide "View historical uptime." link */


/* START Hide Uptime from main page */
.legend-item.legend-item-uptime-value {display:none;}
.spacer {display: none;}
/* END Hide Uptime from main page */

/* START Hide incidents-list from main page */
.incidents-list{display:none;}
/* END Hide incidents-list from main page */