@charset "UTF-8";

@font-face {
  font-family: "SlugHalf";
  src: url('webFonts/SlugHalf/font.woff2') format('woff2'), url('webFonts/SlugHalf/font.woff') format('woff');
}
@font-face {
  font-family: "SlugSingle";
  src: url('webFonts/SlugSingle/font.woff2') format('woff2'), url('webFonts/SlugSingle/font.woff') format('woff');
}
@font-face {
  font-family: "SlugDouble";
  src: url('webFonts/SlugDouble/font.woff2') format('woff2'), url('webFonts/SlugDouble/font.woff') format('woff');
}
@font-face {
  font-family: "SlugBicolorB";
  src: url('webFonts/SlugBicolorB/font.woff2') format('woff2'), url('webFonts/SlugBicolorB/font.woff') format('woff');
}
@font-face {
  font-family: "SlugBicolorA";
  src: url('webFonts/SlugBicolorA/font.woff2') format('woff2'), url('webFonts/SlugBicolorA/font.woff') format('woff');
}

html, body {
	font-family: sans-serif;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
}

table caption {
	font-family: "SlugDouble";
	font-size: xx-large;
	padding: 0.5em;
	color: #808080;
}

table tbody:nth-child(odd) {
	background: LightGray;
}

table thead tr th {
	text-align: left;
}

table thead tr th.brigade {
	width: 20em;
}

table thead tr th.regiment {
	width: 23em;
}

table thead tr th.battalion {
	width: 17em;
}

table thead tr th.experience {
	width: 6em;
}

table thead tr th.loyalty {
	width: 9em;
}

table thead tr th.homeworld {
	width: 13em;
}

table tbody tr td {
	padding: 0.125em 1em 0.125em 1em;
	white-space: normal|nowrap
}