body {
  font-family: 'Inter', sans-serif !important; 
}

.layout-content.status .masthead-container.basic .masthead .logo-container {
  max-width: 200px;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown {  
  padding: 0px 16px;
  border: 0;
  border-radius: 100px;
  box-shadow: none;
  font-size: 14px;
  text-shadow: none;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  font-family: 'Inter', sans-serif;
  white-space: normal;
  text-transform: none;
  vertical-align: middle;
  user-select: none;
  outline: 0;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover {
  background: #003875;
  box-shadow: none;
  margin: 0;
}

.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:active {
  background: #014EFB;
  box-shadow: none;
  text-shadow: none;
  margin: 0 !important;
}

.components-uptime-link{
			  padding-bottom: 32px;
  margin-top: -8px;
}

//.page-status, .unresolved-incidents {
//  margin-bottom: 0px !important;
//}

.unresolved-incidents {
	border-radius: 4px !important;  
}

.unresolved-incidents .subscribe {
	 color: #39454F !important;
  background: white;
  line-height: 32px;
  padding: 0px 16px;
  border-radius: 100px;
	  	text-shadow: none !important;
}

.font-large {
  font-size: 18px !important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.masthead {
  padding-top: 32px !important;
  padding-bottom: 0 !important;
  margin-bottom: 32px !important;
}

.name {
  font-size: 16px !important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.component-container {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 40px !important;
}

.child-components-container {
 padding: 8px 24px 16px 24px !important; 
 background: #F6FAFE;
 border-radius: 6px;
 margin-top: 8px;
}

.child-components-container .component-inner-container {
 padding-bottom: 16px !important; 
}

.group-parent-indicator {
 cursor: pointer; 
}

.flat-button .cpt-button .incident-subscribe-btn {
 line-height: 32px !important;
  padding: 0px 16px !important;
  height: 32px !important;
  width: auto !important;
}

.incident-title {
 border-radius: 6px 6px 0 0;
}
  
.incident-title .actual-title {
  /*color: #39454F !important;*/
  text-shadow: none !important;
}

.component-status  {
   font-weight: 600;
}