* {
	font-family: 'Fira Code', 'Lucida Console', consolas, monospace;
	font-size: 13px;
}
form { line-height: 30px; }
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
input.btn-stop {
	//color: #77070B;
	background-color: #F8A1A4;
	font-weight: bold;
	padding: 15px;
}
input.btn-start {
	//color: #085820;
	background-color: #98E0AD;
	font-weight: bold;
	padding: 15px;
}
DIV.table {
	display: table;
	line-height: 50px;
}
FORM.tr, DIV.tr {
	display:table-row;
	line-height: 50px;
}
DIV.hdr {
	background-color: #eee;
}
FORM.add {
	background-color: #aaa;
}
SPAN.blue { color: blue; }
SPAN.bb { color: blue; padding: 0 5px 0 4px; }
SPAN.red { color: red; }
SPAN.td {
	display:table-cell;
	padding: 0 5px;
	border: 1px solid #aaa;
	text-align: center;
}
input, select {
	border: 1px solid #aaa;
	padding: 2px;
}
.err { color: red; }

#nav {
	border-bottom: 1px solid #000;
	margin: 15px 0;
}

#nav table, #nav tr, #nav td {
	width: 100%;
	margin: 0;
	text-align: right;
	padding: 0 10px;
}
#main {
	width: 100%;
	text-align: center;
}
#login {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 auto;
	padding: 30px;
	margin-top: 200px;
}
a.btn-link {
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 20px;
	color: white;
	font-size: 14px;
	color: white;
	background-color: #7289da;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	border: None;
}
