<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;html&gt;&lt;body&gt;&lt;p&gt;/* STYLE FOR TABLE APPEARING ON EPI CURVE PAGE */

.epicurvetable th {
text-align: center;
background-color: #d6ebee;
}

.epicurvetable td {
text-align: center;
background-color: #ffffff;
}



/* STYLE FOR CURRENT ENTRIES APPEARING ON CASE MAPS PAGE AND EPI CURVES PAGE (not used after 26 Aug 2013) */

.update-current {
padding-bottom: 30px;
border-bottom: 2px dotted #656565;
margin-bottom: 20px;
}



/* STYLE FOR HISTORICAL UPDATE ENTRIES APPEARING ON CASE MAPS PAGE AND EPI CURVES PAGE */

.update-historical {
padding-bottom: 15px;
border-bottom: 1px dotted #656565;
margin-bottom: 8px;
}



/* STYLE FOR MAP AND EPI CURVES THUMBNAIL IMAGES */

.homepage-thumbnail img {
border: 1px solid #cccccc;
padding: 0;
}


/* GENERAL STYLE TO MAKE TEXT 90% OF DEFAULT */

.smallertext {
font-size: 0.9em;
}

/* STYLE FOR FOOTNOTES OF GRAPHS */
.squeeze {
margin:0 20px 20px 20px !important;
}&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</pre></body></html>