@charset "UTF-8";
/* CSS Document for specific aspects of skills.php*/

@font-face {
	font-family: "GoBoom";
	src: url('GoBoom.ttf');
}

table {
	border-collapse:separate;
	border-spacing: 3px;
}

thead {
	text-align: left;
	font-family: "GoBoom", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

thead th {
	background: #CCC;
	padding: 4px;
}

td {
	width: 175px;
	padding: 4px;
	border-bottom: 1px solid #AAA;
}