
/* customize colors for button, names and participant page */
a.rounded-button, .form-button {
    background-color: #ebbc1d;	
}

a {
	color: #c79e12;
}

#participant_name {
	color: #ebbc1d;
}

.meter > span {
	background-color: rgb(199,158,18);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(199,158,18)),
	  color-stop(1, rgb(249,234,181))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(199,158,18) 37%,
	  rgb(249,234,181) 69%
	 );
}

