#container > header,
footer {
	display: none;
}

.character {
	float: inherit;
	width: 90%;
	page-break-after: always;
}

.hide-grids .character {
	float: left;
	width: 46%;
}

.character .name {
	font-weight: bold;
}

.character h2,
.character h3 {
	color: black; !important
}

.command,
button {
	display: none;
}

select {
	-webkit-appearance: none;
	border: 0px solid white;
}

input {
	border: 0px solid white;
	vertical-align: middle;
}

.skill-stats .stat,
.bonus-totals .trained:after,
.skill-stats .trained:after {
	color: Gainsboro;
}
