@charset "UTF-8";

/* Survivometer-specific styling */

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

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

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

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