body
{
	font-family: 'Roboto', sans-serif;
}

body.dark
{
	color: #b6b6b6;
	background: #2d313a;
}

body.light
{
	color: #7f8383;
	background: #ffffff;
}

a
{
	color: #e4c900 !important;
}

.last-campaigns a:before
{
	color: #666;
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 7px;
}

button.btn-success
{
	background-color: #e4c900 !important;
	border-color: #e4c900 !important;
	border-radius: 0px !important;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	color: #ffffff;
	border-radius: 2px;
}