/* 
  -----------------------------------
  John Schnell
  CSS-3 DATA TABLE
  johnschnell.net
  -----------------------------------
*/

table.data-table {
	width: 100%;
	background-color: #eee;
	font-size: 1.0rem;
	color: #222;
	margin: 18px auto;
	padding: 0px;
	border: 1px solid #222;
}
table.data-table .highlight {
	background-color: #fff;
	color: #343434;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 8px 12px;
	border: 1px solid #222;
	line-height: 1.5;
	text-transform: uppercase;
}
table.data-table td {
	background-color: #fff;
	color: #686868;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	padding: 8px 12px;
	border: 1px solid #222;
	line-height: 1.5;
	text-transform: none;
}

table.data-table a {
	color: #d80b15;
	text-decoration: none;
}
table.data-table a:hover, a:focus {
	color: #222;
	text-decoration: none;
}