div.gtfp.patreon-pitch-holder { margin-bottom: 1em; }
div.gtfp.patreon-campaign-info {
	margin-left: 20px;
	margin-bottom: 5px;
}

.gtfp-tbg-stop-1 { stop-color: rgb(180,180,180); }
.gtfp-tbg-stop-2 { stop-color: rgb(225,225,225) }
.gtfp-tbg-stop-3 { stop-color: rgb(180,180,180) }

.gtfp-mg-stop-1 { stop-color: rgb(200,0,0); }
.gtfp-mg-stop-2 { stop-color: rgb(255,0,0) }
.gtfp-mg-stop-3 { stop-color: rgb(200,0,0) }

line.gtfp.tickmark { stroke: lightgray; }
text.gtfp { fill: lightgray; }

@keyframes mercury-motion {
	0% {transform: translateX(0px)}
	100% {transform: translateX(1px)}
}

rect.mercury {
	animation: mercury-motion 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
