h1 {
    font-size: 24px;
    line-height: 1.8125rem;
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}
h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  	  margin-top: 0;
}
h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  	  margin-top: 0;
}


/* mouse over link */
a:hover {
  text-decoration: underline;
}

ul {
    list-style-type: disc;
  	  margin-left: 20px;
    line-height: 1.55;
    margin-bottom: 5px;
    margin-top: 5px;
  
}
li:not(:last-child) {
margin-bottom: .75rem;
}

p {
  margin-top: 5 px;
  margin-bottom: 5px;
}

.layout-content.status.status-incident .page-title .incident-name {
    font-size: 36px;
    line-height: 45px;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
}