/*** styles for UP Waterfalls page ***/


table, th, td {
	border: none;
	padding: 0 5px;
}

table th {
	border-bottom: 1px solid var(--primary);
  cursor: pointer;
}

table td {
	border-bottom: 1px dashed var(--secondary_lt);
}

td:nth-child(2) {
  text-align: right;
}

table tr:hover {
	background: var(--highlight);
}

table caption {
	caption-side: bottom;
	font-size: smaller;
	text-align: center;
	padding-top: 10px;
}

@media screen and (max-width: 700px) {
	table {
		margin: 10px auto;
	}
}