/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
    background-color: #000;
    font-family: Arial;
    font-size: 15px;
}
body,
td,
th,
p {
	color: #FFF;
}
body {
	margin: 0;
}
#console {
	background: url('/images/splash.jpg') no-repeat scroll 50% 50% #070707;
	width: min(1024px, 100%);
	text-align: center;
	margin: 310px auto 0;
	overflow: hidden;
	height: min(758px, 100vh);
}
#console > * {
	margin-block-start: 306px;
	margin-inline-start: clamp(0%, 50% - 236px, 276px);
}
#console a,
#console img {
    display: block;
}
.banner-small {
	border: 1px solid #000;
	margin-inline: 11px;
}
table {
    border-collapse: collapse;
}
table th,
table td {
    padding: 0;
    vertical-align: top;
    text-align: start;
}
.banner-small a {
    background-color: #424242df;
    display: block;
    overflow: hidden;
    height: 31px;
    width: 88px;
}
.banner-small.planet-kknd-2 a  {
    width: 91px;
}
.banner-small a img {
    display: block;
    background-color: #424242df;
}