@font-face {
	font-family: ubuntu-l;
	src: url("/?ubuntu-l.woff") format("woff");
	font-style: normal;
	}
body {
	font-family: ubuntu-l;
	margin: 1rem;
	text-align: center;
	}
section {
	display: inline-block;
	padding-bottom: 2rem;
	max-width: 60rem;
	width: 100%;
	}
section>p {
	color: #777;
	font-size: 1.5rem;
	text-align: justify;
	}
aside,
div.user {
	display: block;
	margin: 0 1rem;
	position: absolute;
	top: 8vh;
	left: 0;
	text-align: center;
	width: calc(100% - 2rem);
	}
aside>p,
div.user>p {
	color: #bbb;
	display: inline-block;
	font-size: 1.3rem;
	margin: 0;
	max-width: 60rem;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	}
aside>p>span,
div.user>p>span {
	color: #777;
	}
h1 {
	color: #777;
	display: block;
	font-size: 3rem;
	margin-bottom: 3rem;
	margin-left: calc(50% - 30rem);
	margin-top: calc(9vh + 4rem);
	max-width: 60rem;
	padding-left: .5rem;
	text-align: left;
	width: 100%
	}
section>h1 {
	color:#c00;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-top: calc(9vh + 2rem);
	padding-left: 0;
	}
aside+section>h1 {
	margin-top: calc(9vh + 8rem);
	}
table {
	border: 0;
	display: inline-block;
	margin-top: 3rem;
	max-width: 60rem;
	width: 100%;
	}
tbody {
	border-collapse: collapse;
	display: table;
	width: 100%;
	}
th,
td {
	color: #777;
	font-family: ubuntu-l;
	font-size: 1.3rem;
	max-width: 0;
	overflow: hidden;
	padding: 0.5rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
th:nth-of-type(1),
td:nth-of-type(1) {
	width: 50%;
	}
th:nth-of-type(2),
td:nth-of-type(2) {
	width: 35%;
	}
th:nth-of-type(3),
td:nth-of-type(3) {
	width: 15%;
	}
tr:first-of-type,
tr:last-of-type {
	border-bottom: 1px solid #777;
	}
a,
a:visited {
	color: #c00;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
table td a:visited {
	color: #777;
}
footer,
div.footer {
	display: block;
	margin-top: 2rem;
	text-align: center;
	width: 100%;
	}
footer>p,
div.footer>p {
	display: inline-block;
	max-width: 60rem;
	text-align: right;
	width: 100%;
	}
footer>p {
	padding-top: .5rem;
	border-top: 1px solid #777;
	}
footer>p>span,
div.footer>p>span {
	color: #777;
	display: inline-block;
	font-family: ubuntu-l;
	font-size: 1.3rem;
	padding: 0.4rem .2rem 0 1.5rem;
	vertical-align: top;
	}
footer>p>a,
div.footer>p>a {
	background: url(/?lgc.svg) right top/contain no-repeat;
	display: inline-block;
	height: 3rem;
	width: 9rem;
	}
footer>p>a>span,
div.footer>p>a>span {
	display: block;
	left: -999rem;
	margin: 0;
	position: absolute;
	}
@media only screen and ( max-width: 60rem ) {
	h1 {
		margin-left: 0;
		}
	}
@media only screen and ( max-width: 40rem ) {
	section>p,
	th,
	td {
		font-size: 1rem;
		}
	footer>p>span,
	div.footer>p>span {
		font-size: 1rem;
		padding: 0.6rem .2rem 0 0;
		}
	}
@media only screen and ( max-width: 30rem ) {
	section>p {
		text-align: left;
		}
	aside>p,
	div.user p {
		padding-left: .5rem;
		text-align: left;
		}
	th:nth-of-type(1),
	td:nth-of-type(1) {
		width: 100%;
		}
	th:nth-of-type(2),
	td:nth-of-type(2) {
		display: none;
		}
	th:nth-of-type(3),
	td:nth-of-type(3) {
		display: none;
		}
	}
