@font-face {
    font-family: lcarsfont;
    src: url(/lcars/fonts/lcars.ttf);
}

html {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

body {
    font-family: lcarsfont, serif;
    font-size: 8mm;
    color: white;
    background-color: black;
    height: 95%;

}

input {
	background-color: darkslategray;
	color: white;
    font-family: lcarsfont, serif;
    font-size: 7mm;
    width: 60px;

	border: 1px solid black;
}
table {
    text-align: right;
    font-size: 8mm;
}
.base {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

.base .Config { 
position: absolute;
top: 0; left: 0; right: 0;
bottom: 65%;
	border-radius: 10px;
	border: 5px solid #3897f0;
padding: 10px;
}

.base .Config .btn{
	/*position: absolute;
	right: 10px;
	bottom: 10px;
	height: 25px;
	width: 70px;
	*/padding: 5px;
	padding-right: 15px;
	border-radius: 35px;
	background-color: #1f404b;
	text-align: right;
    font-size: 7mm;
}

.base .Canvas { 
position: absolute;
top: 35%; left: 0; right: 0;
bottom: 0;
	border-radius: 10px;
	border: 5px solid #3897f0;
}
