body {
	background: #eee;
}

a {
	color: #fe3d0f !important;
}
a:hover {
	color: #ff6e05 !important;
}

.display-mobile {
	display: none;	
}

@media only screen and (max-width: 600px) {
	.display-mobile {
		display: block;
	}
	.hide-mobile {
		 display: none;
	 }
}