body {
 background-color: #fff;
}

.masthead .logo-container {
margin-top: 20px;
}

.layout-content.status.status-index .components-section .component-container{ padding: .25rem; padding-left: .5rem}

.layout-content.status .masthead-container.basic .masthead { padding-top: 20px; margin-bottom: 20px;}

.layout-content.status.status-index .page-status { margin-bottom: 15px;}

.layout-content.status.status-index .components-section .component-statuses-legend {margin-top: .7rem;}

.updates-dropdown-container { top: 15px; }

/* Add a black background color to the top navigation */
.topnav {
    width: 25%;
    clear: left;
    margin-left: 75%;
    overflow: hidden;

}

/* Style the links inside the navigation bar */
.topnav a {
  background-color: #4a39ff;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 17px;
      border-radius: 99px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #000;
    color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #000;
    color: white;
  		  
}

.layout-content.status .masthead .updates-dropdown-container .show-updates-dropdown {
	  background-color: #000;
  color: white;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
	  font-weight: normal;
  border-radius: 99px;
  padding: 10px 25px;
	
}

.layout-content.status.status-index .page-status {
border-radius: 0;
}

.layout-content.status.status-index .page-status.status-none {
		  background-color: #4a39ff;
}

.components-container .component-inner-container.status-green .icon-indicator,
.status-green .icon-indicator,
.layout-content.status.status-index .incidents-list .incident-title.impact-maintenance a,
a,
.components-container .component-inner-container.status-green .component-status {
	color: #4a39ff;
}

.masthead a.button {
  background-color: #4a39ff;
    color: #fff;
    text-align: center;
    padding: 7px 12px;
    text-decoration: none;
    font-size: 16px;
      border-radius: 99px;
letter-spacing: -.1px;
}

.masthead a.button:hover {
  background-color: #000;
}