* {
	font-family: 'Mukta Mahee', sans-serif;
	color: white;
}

hr {
	border: 1px solid white;
}

header {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100px;
}

#sitename {
	position: fixed;
	top: 30px;
	left: 30px;

	font-size: 2em;
}

#pc-link {
	position: fixed;
	top: 35px;
	right: 30px;

	text-align: right;
	font-size: 1.3em;
}

#additional-information, #list {
	background: rgba(255, 255, 255, 0.3);

	position: fixed;
	top: 100px;
	/* left: 0; */

	width: 30%;
	overflow-y: auto;
}

#list {
	left: 0;
}

#additional-information {
	right: 0;
}

#info {
	background: rgba(255, 255, 255, 0.5);

	position: fixed;
	top: 100px;
	left: 30%;

	width: 40%;
	overflow-y: auto;
}

#inner-info, #inner-right-info, .entry {
	padding: 1em;
}

.entry:nth-child(odd) {
	background: rgba(255, 255, 255, 0.1);
}

.entry:hover {
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.selected {
	background: rgba(255, 255, 255, 0.3) !important;
}

.author {
	font-variant: small-caps;
}

#levelname {
	font-size: 1.7em;
	font-weight: bold;
}

#levelauthor {
	font-size: 1.1em;
}

#leveldescription {
	font-size: 0.8em;
	font-variant: small-caps;
}

.vid, #records, #records-table {
	width: 100%;
}

#records-title {
	font-size: 1.5em;
	font-weight: bold;
}

.interentry {
	width: 100%;
	padding: 0.5em;
}

.record-entry:nth-child(even) {
	background: rgba(0, 0, 0, 0.1)
}

.record-entry:nth-child(odd) {
	background: rgba(255, 255, 255, 0.1)
}

#block {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: white;
	color: black;

	font-size: 3em;
}

.hacked {
	background: red;
	color: black;

	font-weight: strong;
	font-size: 0.4em;

	padding: 0.4em;
	border-radius: 1em;
}

#hi {
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: black;
	z-index: 99;
}
