#past-incidents { 
  display: none;
}
.incidents-list:before { 
  content: 'Past Activity'; 
  font-weight: 500; 
  font-size: 1.75em;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  padding-bottom: 15px;
}

.incidents-list {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}



.components-section .components-container.one-column {
  background: #fff;
}
.updates-dropdown-container > a#show-updates-dropdown {
  display: inline-block;
  padding: 8px 16px;
  background-color: #12C2D3;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}