@font-face {
	font-family: 'narrow';
	font-weight: normal;
	src: url('../design/font/PixelOperator.ttf') format('truetype');
}
@font-face {
	font-family: 'narrow';
	font-weight: bold;
	src: url('../design/font/PixelOperator-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'tech-sans';
	font-weight: normal;
	src: url('../design/font/Electrolize-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'info-sans';
	font-weight: normal;
	src: url('../design/font/play-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'info-sans';
	font-weight: bold;
	src: url('../design/font/play-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'narrow';
	font-weight: normal;
	src: url('../design/font/PixelOperator.ttf') format('truetype');
}
@font-face {
	font-family: 'narrow';
	font-weight: bold;
	src: url('../design/font/PixelOperator-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'lean';
	font-weight: normal;
	src: url('../design/font/PixelOperatorSC.ttf') format('truetype');
}
@font-face {
	font-family: 'lean';
	font-weight: bold;
	src: url('../design/font/PixelOperatorSC-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'icon';
	src: url('../design/font/sgi.ttf?v=8') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
[hidden] {
    display: none !important;
}

html, body { margin: 0; padding: 0; }
body { font-family: main-sans,sans-serif; min-height: 100vh; }
button {
    font-family: tech-sans;
}
input, textarea {
    font-family: narrow;
    font-size: 16px;
}

/* Common classes */
.title {
	font-family: narrow;
}

/* Generic filters */
.filters {
	background: #000;
	border-bottom: 1px solid #366;
	padding-left: 0;
}
.filters li {
	display: inline-block;
}
.filters li a {
	padding: 4px;
	color: #aaa;
	text-decoration: none;
	font-family: lean;
	transition: color 0.2s linear;
}
.filters li.active {
	background: #366;
}
.filters li.active a {
	color: #000;
}

/* Generic table */
.table {
	width: 100%;
	color: inherit;
}
.table th {
	font-family: lean;
	font-size: 13px;
	font-weight: bold;
	color: inherit;
	text-align: left;
}
.table th a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}
.table th a:hover {
	color: #fff;
}
.table th a.active {
	text-decoration: underline;
}
.table th a.asc:after {
	content: '▴';
}
.table th a.desc:after {
	content: '▾';
}
.table tr {
	background: transparent;
	transition: background-color 100ms;
}
.table tbody tr:hover {
	background: rgba(88,88,88,0.5);
}
.table tbody tr.active {
	background: #56585D;
	color: #fff;
}
.table tr input[type="radio"] {
	display: none;
}
.table tr label {
	display: block;
}

/* Generic pagination */
.pagination {
	list-style: none;
}
.pagination li {
	display: inline-block;
}
.pagination li.active {
	background: #366;
}
.pagination li a {
	color: #aaa;
	text-decoration: none;
	font-family: pixelsmall;
	font-size: 13px;
	padding: 4px;
}
.pagination li.active a {
	color: #000;
}

.ptitle {
	margin-top: -4px;
	margin-left: 38px;
	margin-bottom: 0;
}
