@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 38px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	color: black;
	margin: 1px;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIconsOutlined-Regular.otf);
}


.material-icons-outlined {
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 38px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;
	color: black;
	margin: 1px;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}




@font-face {
	font-family: Lato-Black;
	src: url('Lato-Black.ttf');
}

@font-face {
	font-family: Lato-Bold;
	src: url('Lato-Bold.ttf');
}

@font-face {
	font-family: Lato-Italic;
	src: url('Lato-Italic.ttf');
}

@font-face {
	font-family: Lato-Regular;
	src: url('Lato-Regular.ttf');
}


.l{
	text-align: left;
}

.c{
	text-align: center;
}

.r{
	text-align: right;
}

.nb{
	border-left-width: 0;
	border-right-width: 0;
}

.lb{
	border-right-width: 0;
}

.rb{
	border-left-width: 0;
}

.head{
	font-family: Lato-Bold;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 4px;
	border: 0;
}

.subhead{
	background-color: #c0cacf;
}

*{
	box-sizing: border-box;
	font-family: Lato-Regular;
	font-size: 14px;
	color: #fff;
}

body{
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align: center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1{
	font-family: Lato-Bold;
	font-size: 17px;
	line-height: 17px;
	padding: 10px 0 5px;
	margin: 0;
}

button{
	font-family: Lato-Bold;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	padding: 4px 10px;
	margin: 0 4px;
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: #000;
}

button:hover{
	background-color: #227;
}

button.sel{
	color: #000;
	background-color: #ccc;
}

select{
	color: #000;
	padding: 3px;
}

option{
	color: #000;
	padding: 3px;
	border-bottom: 1px solid #aaa;
}

option:checked{
	background-color: #07F;
	color: #fff;
}

table{
	border-collapse: collapse;
}

table.list{
	background-color: #eee;
}

td{
	padding: 3px 6px;
	white-space: nowrap;
}

table.list td{
	/* border: 0.5px solid #778; */
	color: #000;
}

table.list td.head{
	/* border: 0.5px solid #778; */
	color: #fff;
}
