/* oh hello there ;3 */

body {
	background-color: #000;
    font-family: monospace;
    color: #fff;
    font-size: 1em;
}

a {
	color: #fff;
	text-decoration: none;
}

hr {
    border: 0px;
    background-color: #333;
    height: 1px;
    width: 70%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.container-front {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.container {
    display: table;
    width: 100%;
    text-align: center;
}

.vcenter {
    vertical-align: center;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header {
    display: block;
    padding-top: 3em;
    font-family: monospace;
    width: 100%;
    text-align: center;
}

.text {
    display: table-cell;
    vertical-align: middle;
    font-family: monospace;
}

.video {
    max-width: 75%;
}

.facetable {
    display: table-cell;
    vertical-align: bottom;
    border: 1px solid #333;
    padding: 1em;
    margin-left: 3em;
    text-align: center;
    width: 15em;
    
}

.ftable {
    width: 100%;
}
.face {
    font-family: sans-serif;
    font-size: 1.25em;
}

.twrap {
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.fdesc {
    color: #aaa;
}

.thr {
    height: 1px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
}

.console {
    font-size: 1.5em;
}

.cpfill {
    display: none;
}

.block {
    display: block;
    height: 1em;
}

.info {
    margin-bottom: 2rem;
}

.llink {
    color: #7af;
    text-decoration: underline;
}

.tablelist {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-collapse: collapse;
}

.tablelist > tbody > tr > td {
    border-bottom: 1px solid #333;
    height: 2em;
    padding: 1em;
}

.btn {
    color: #fff;
    background-color: #222;
    border: 1px solid #555;
    padding: 1em;
    transition: 0.5s;
}

.btn:hover {
    color: #eee;
    background-color: #555;
    border: 1px solid #222;
    padding: 1em;
    transition: 0.5s;
}

.center {
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}