<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#return-button, #no-results-message, #results-wrapper, #delete-all-results-wrapper, .summary{
	display: none;
	}

.delete-message{
	padding: 1em 1.5em;
	margin-bottom: 1em;
	margin-top: .25em;
	background-color: #ffdcdf;
	position: relative;
	display: none;
	}
/* little triangle */
.delete-message &gt; div:first-child{
	position: absolute;
    top: -1.65em;
    left: .5em;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1.25em solid #ffdcdf;
    padding-top: .5em;
	}
	
.compare-result{
	padding: .75em .5em .5em .5em;
	margin: 2em 0;
	border: solid 2px #000;
	}	
.compare-result img.icon{
	width: 2.5em;
	padding-right: .25em;
	float: left;
	}	
.compare-result .title{
	display: block;
	clear: both;
	padding-top: .25em;
	}		
.compare-result .delete{
	display: inline-block;
	margin-bottom: .75em;
	}

.section-wrapper{
	border-top: .1em dotted #ccc;
	margin-top: .25em;
    margin-bottom: .5em;
    padding-top: .75em;
	}	

/* list for recovery rates */
.stats li {
	color: #777;
    list-style-type: none;
	}
.stats li:first-child{
	color: #000;
	list-style-type: disc;
	}

/* table menu------------ */ 		
.table-menu{
	margin-top: 1em;	
	}
/* tables */ 
.data-table-months{
	margin-bottom: 1em;
	display: none;
	}
.data-table-weeks{
	margin-bottom: 1em;
	}
/* key above table ------------ */ 
.table-state-key-wrapper{
	background-color: #e8e8e8;
	margin: .5em 0 0 0;
	padding: .6em .6em .4em .6em;
	}
.table-state-key-wrapper div{ 
	display: inline-block; 
	padding-right: .9em;
	}	
.table-menu div {
	display: inline-block;
	padding-left: .25em;
	}


/* herd immunity */ 
.herd{
	margin: 1.25em 0 0 0;
	padding: 1em .75em .75em .75em;
	}
.herd-active{
	background-color: #ADF2A0;
	}
.herd-none{
	background-color: #FFCACA;
	}</pre></body></html>