*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

pf-body {
	background: #333;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Julius Sans One', sans-serif;
}

.pf-data, .pf-btn {
	outline: none;
}

.pf-data {
	color: #f0f0f0;
	text-decoration: none;
}

.pf-data:hover, .pf-data:focus {
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}










