body {
	font-family: "Lucida Console", monospace;
	color: #fff;
	width:720px;
	height:620px;
	margin-top:20px;
	background-image: url("drfbbimgs/checker_bg_anim.gif");
	background-repeat:repeat;
	overflow:hidden;
}

th {
	border: 2px solid gray;
	background-color: black;
}

td img {
	display:inline;
}

.fullbody {
	height: 517px;
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	filter: drop-shadow(0 0 0.75rem white);
}

h1, h2, h3 {
	font-family: "Russo One", monospace;
	text-shadow: black 1px 0 10px;
}

.infobox {
	border: 2px solid gray;
	background-color: black;
	margin: 4px;
}



.status-survivor:hover span, .status-killer:hover span, .status-victim:hover span, .status-mastermind:hover span{
  display: none;
}

.status-survivor:hover:before {
  content: "Alive (survivor)";
}

.status-killer:hover:before {
  content: "Deceased (blackened)";
}

.status-victim:hover:before {
  content: "Deceased (victim)";
}

.status-mastermind:hover:before {
  content: "??? (mastermind)";
}