/*
Read more info at Cookbook:
https://help.statuspage.io/help/customizations-cookbook
*/

/*
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.
Do the replacements described above and then paste the following into your Custom CSS section.
*/

.status-day:nth-child(n+7) { display:none; }
/* START Hide Uptime from main page */
/*.availability-time-line-graphic {display: none;}
  .legend-item.light.legend-item-date-range {display: none;}*/
.legend-item-uptime-value{display: none;}
.spacer {display: none;}
.layout-content.status.status-index .components-section .components-uptime-link{display:none;}
.layout-content.status.status-index .page-status{display:none;}
/*.shared-partial.uptime-90-days-wrapper .legend .legend-item{display:none;}*/
/* END Hide Uptime from main page */