textarea{
	text-wrap: nowrap;
	width:100%;
}

button{ background:lightgrey; }

.dark-textarea {
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 14px;
}


table { border-collapse: collapse; margin-top: 10px; }
tr:hover{ background: lightgreen; }
td.num { text-align: right; }
td.warn { text-align: right; color:red; }
th { text-align: left; }

th.vertical {
	writing-mode: vertical-rl; /* or vertical-lr */
	transform: rotate(180deg); /* optional: flips direction */
	padding: 10px;
}

td, th { padding: 4px; border: 1px solid #333; }

th.sticky {
	position: sticky;
	top: 0;
	background: white;        /* prevents overlap effects */
	z-index: 5;               /* ensures header stays above cells */
}


table td:nth-child(2),
table th:nth-child(2) {
    border-right: 2px solid black;
}

table td:nth-child(8),
table th:nth-child(8) {
    border-right: 2px solid black;
}
	
body{
	margin: 1em 1em 1em 1em;
	font-size:1em;
	/*font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	*/
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight:100;
}

#chart, #earth{
	width:90%;
	height:400px;
}
