.chargenTable {
	width: 100%;
}

.chargenLeft {
	text-align: right;
}

.chargenRight {
	text-align: left;
}

.chargenTable input {
	width: 100%;
}

.oldEntry .chargen {
	display: none;
}

.chargenTable td:first-child {
	text-align: right;
}

.chargenTable td:last-child {
	text-align: left;
}

#etcfStatsDiv {
	margin: 5%;
}

#etcfStatsDiv .chargenTable td {
	font-size: 0.6em;
}

.hpTable {
	width: 100%;
}

.hpCell {
	font-size: 1em;
	font-weight: bold;
}

.hpLabel {
	font-size: 0.8em;
}

.hpTable td {
	text-align: center;
}

.pa {
	color: thistle;
	font-weight: 500;
}

.buttonDiv {
	text-align: right;
}

.dieRoll {
	color: cadetblue;
}

.customActionsDiv {
	margin-top: 10%;
}