@charset "UTF-8";

/* Survivometer-specific styling */

.yinyang-row {
	width:100%;
	background-image:url(images/yinyang.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

.heroes-row {
	width:100%;
	background-image:url(images/heroes.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

.villains-row {
	width:100%;
	background-image:url(images/villains.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

.generic-row {
	width:100%;
	background-color:#999;
	background-repeat:repeat;
	border-bottom: 1px solid black;
}

