.logo-container {
   max-width: 150px !important;
}
.masthead {
 padding-top: 20px !important;
 margin-bottom: 40px !important;
}
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown  {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  box-shadow: 0 0 0 rgba(0,0,0,0) inset !important;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, .chzn-container-single .chzn-single {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
}
.updates-dropdown-container .updates-dropdown .updates-dropdown-section {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
}
.updates-dropdown-container .updates-dropdown .updates-dropdown-nav {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
}
.updates-dropdown-container .updates-dropdown .updates-dropdown-nav a:first-of-type {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title {
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
.modal {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
}
.modal-backdrop {
  background-image: radial-gradient(0% 50%, closest-corner, rgba(0,0,0,0.9), #000 100%) !important;
  background-image: -webkit-radial-gradient(0% 50%, closest-corner, rgba(0,0,0,0.9), #000 100%) !important; 
}
ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #b3b3b3;
}
.table-wrapper {
  overflow-x: auto;
}
.service-matrix {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}
.service-matrix th,
.service-matrix td {
  border: 1px solid #b3b3b3;
  padding: 5px;
}
.service-matrix th:first-child,
.service-matrix td:first-child {
  width: auto;
  min-width: 150px;
}
.service-matrix th:not(:first-child),
.service-matrix td:not(:first-child) {
  width: 35px;
}
.service-matrix th {
  color: #5f5f5f;
  background-color: #f2f2f2;
  text-align: left;
  vertical-align: bottom;
  height: 150px;
  position: relative;
}
.service-matrix th:not(:first-child) {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
.service-matrix td {
  font-size: 16px;
  line-height: 1;
}
.service-matrix td:not(:first-child) {
  text-align: center;
}
.text-section h2:first-of-type {
  margin-bottom: 20px;
}
.text-section {
  margin-bottom: 20px !important;
}