/* BASE */

body {
	font-size: 13px;
}

section {
	f/loat: left;
	m/ax-width: 30%;
	p/adding-right: 3%;	
}

.columns {
	/* column-count: 3;
	-webkit-column-count: 3; */
	-webkit-column-width: 300px;
	column-width: 300px;

}

.columns>* {
	p/adding: 0.5em 10px 0.5em;
	padding: 10px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}


/* TEXT */

h1 {
	display: none;
}

h2 {
	margin: 0;
}

dfn {
	font-style: normal;
}


/* TABLES */

table {
	float: left;
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 14px;
	text-align: center;
}

table caption {
	font-size: 1.25em;
	font-weight: bold;
}

table tr:first-child {
	text-transform: uppercase;
}

table th:first-child {
	text-align: right;
}

table td, table th {
	padding: 1px 10px;
	border-right: 1px solid black;
}

table td:last-child, table th:last-child {
	border-right: none;
	text-align: left;
}

table[id|=powers] {
	margin-right: 20px;
}


/* DESCRIPTION LISTS */

dl {
	margin: 0.5em 0 0;
}

dt {
	padding: 0 3px;
	background-color: lightgray;
	font-weight: bold;
}

dd {
	margin: 0 20px;
}

dd ol {
	margin-top: 0;
	padding-left: 0;
}


/* VARIOUS CLASSES */

ul.short-items {
	padding-left: 0;
	column-count: 3;
	-webkit-column-count: 3;
}

.added {
	color: blue;
}

.removed {
	color: crimson;
}


/* SPECIFIC ELEMENTS */

#actions {
	background-color: black;
	color: white;
	f/ont-weight: bold;
	f/ont-size: 1.2em;
}

#actions dt {
	background-color: grey;
}

#actions-detail {
	float: left;
	padding: 10px;
}

#actions-detail dl {
	-webkit-column-count: 2;
	column-count: 3;
}
#actions-detail dl>* {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#powers-charge tr :last-child {
	max-width: 400px;
}