/**
 * CSS for test site
 */

/* clone live db button */
header > nav#toolbar-top > #buttons > .testsite {
	background-color: rgb(255,100,100) !important;
}
	header > nav#toolbar-top > #buttons > .testsite:hover {
		background-color: rgb(255,175,100) !important;
	}