
button {
	width: 50%;
	min-height: 50px;
}

button.full {
	width: 100%;
	font-size: 12.5pt;
}

#actions button:disabled {
	cursor: default;
}

textarea {
	width: 99%;
	height: 300px;
}

p {
	margin: 0;
}

p + p {
	margin-top: 10px;
}

#main p:last-child {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 5px;
}

.turn h2 {
	font-size: 1.1em;
	margin-bottom: 0;
}


#fightersList {
	border-collapse: collapse;
}

table h2 {
	margin-left: 2px;
	text-align: center;
}

thead {
	font-weight: bold;
}

thead td:nth-child(2) {
	padding-left: 5px;
}

tbody tr:nth-child(2n+1) {
	background-color: #CEAA7D;
}

td[onClick] {
	cursor: pointer;
}

tbody td:nth-child(3) {
	text-align: right;
	padding-right: 1px;
}

td:last-child {
	text-align: center;
}

hr {
	border-color: black;
	border-style: dotted;
}