body{
  	text-align: left;
  	background-color:white;
  	padding:0.5em;
  	max-width: 1000px;
  	margin-right:auto;
  	margin-left:auto;
  	color:black;
  	font-size:1.2em;
}

.corona{
	display:none;
	vertical-align: top;
}

img{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.dont-break-out{
  /* These are technically the same, but use both  
  https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/*/
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.tab{
	margin-left:1em;	
}

.menu{
	text-align:right;
}

td{
	padding:0.3em;
	width:5em
}

table {
  	border-collapse: collapse;
    font-size:0.85em;
}

td {
  	border: 1px solid black;
}

tr{
	height:2em
}

.tra{
	background-color: darkgray;
	color:white;
}
.trb{
	background-color: #EEE;
}
.trc{
	background-color: white;
}