/* Removes Subscription Button */
/*.updates-dropdown-container { display:none; } */

/* Removes History Button */
.history-footer-link { display:none; }

#about-this-site { display:none; }


/* Styles Incident List */
.incidents-list {background:white;border-bottom: 1px solid #DFE1E6; border-top: 1px solid #DFE1E6; border-left: 1px solid #DFE1E6; border-right: 1px solid #DFE1E6; padding:30px;border-radius:5px;}


/* Styles Component Section */
.components-section {background:white;}

/*
Replace "x" with the number of days you want to show + 2.
For example, if you wanted to show the last 3 days of history, you would replace x with 5.
*/
.status-day:nth-child(n+9) { display:none; }