
h2 {
    margin-bottom: 14px;
}

#gameSaved {
	position: fixed;
	top: 10px;
	right: 10px;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
}

#main {
	width: 45%;
}


#right {
	width: 51%;
}


#character {
	font-weight: bold;
}

#character table button {
	padding: 0;
	font-size: 11pt;
	margin-left: 10px;
}

form[name="characterCreation"] > br {
	margin-bottom: 5px;
}

span#ch_cost {
	padding-left: 5px;
}


input[type="number"] {
	width: 40px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label::before {
	content: "\1  \1  \1  \1  \1  ";
    
	border: 1px solid #876F52;
	border-radius: 5px;
    
	margin-right: 5px;
    padding-top: 1px;
    padding-left: 0.5px;
    padding-right: 0.5px;
    
	color: #63513C;
    font-size: 0.8em;
}

input[type="checkbox"]:checked + label::before {
	content: "\1  \2713\1  ";
}


table#items td {
	width: 33.3%;
}

td button {
	width: 100%;
}