/* From http://rstudio.github.io/tufte/index_files/tufte-css/tufte.css */

table {
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
	font-size: 1.1rem;
	border-collapse: collapse;
}

th {
	border-bottom: 1px solid #111;
}

td, th {
	padding: 1px;
}

tr:nth-of-type(odd) {
	background: #f0f0ed;
}
