@charset "UTF-8";

/* Survivometer-specific styling */

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

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

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

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

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