.content table{
	border: 2px solid #333333;
	border-collapse: collapse;
	padding: .2em;
}

.content table th, .content table td{
	padding: .5em;
}

.content table th{
	background-color: #333333;
	color: white;
	font-weight: bold;
}

.content table td{
	border-bottom: 1px solid #333333;
}