.status-day:nth-child(n+9) { display:none; }

/* Coloring */
.page-status.status-none {
    background-color: white;
}

.components-section.font-regular {
    background-color: white;
}

/* Title on status page */
a#past-incidents {
    visibility: hidden;
}

a#past-incidents:after {
  visibility: visible;
  content: "Past events";
  display: block;
}

/* Content of empty day on status page */
.status-day.font-regular.no-incidents .color-secondary {
    visibility: hidden;
    line-height: 0;
}

.status-day.font-regular.no-incidents .color-secondary:after {
    visibility: visible;
    display: block;
    content: "No events reported";
    line-height: initial;
}

/* Navigation buttons on history page */
[aria-label="Incidents"] {
	font-size: 0; 
}

[aria-label="Incidents"]:after {
 font-size: 16px;
 content: "Events"
}

/* Content of empty months on history page */
span.small {
    font-size: 0;
}

span.small:after {
    content: "No events reported for this month.";
    font-size: 16px;
}

/* Title of history page if no uptimes are present */
h4:not(.month-title) {
    visibility: hidden;
}

h4:not(.month-title):after {
    visibility: visible;
    content: "Event History";
    display: block;
}

/* Hide the "About This Site" link and section */
a[href="#about-this-site"],
#about-this-site {
  display: none !important;
}


/* some update here*/