table {
	width: 100%;
	color: #333;
	background: white;
	border: 1px solid grey;
	border-collapse: collapse;
	margin: 1em 0 30px;
}

table thead th,
table th {
	color: #fff;
	background: #e5493a;
}

table caption {
	padding: .5em;
}

table th,
table td {
	padding: .5em;
	border: 1px solid lightgrey;
}

a.btn {
	color: #fff;
}
