body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Calibri, sans-serif;
	font-size: 13px;
	background-image: url('images/whoobg.gif');
	background-repeat: repeat;
	color: white;
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

.container {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 700px;
}

.content {
	position: absolute;
	background-color: #950E44;
	width: 600px;
	height: 500px;
	margin-left: 50px;
	margin-top: 100px;
	border-style: solid;
	border-color: #6B0A31;
	border-width: 2px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header {
	background-color: #6B0A31;
	padding: 10px 16px;
	border-bottom: solid 1px #41061E;
}

.header .subtitle {
	display: inline-block;
	opacity: 0.5; 
	margin-left: 6px;
}

.menu {
	border-bottom: 1px solid #41061E;
}

.menu a {
	color: white;
	text-decoration: none;
	margin-left: 8px;
	display: inline-block;
	padding: 8px 8px;
}

.menu a:hover {
	background-color: #BF1257;
}

.sidebar {
	position: absolute;
	background: url(images/burstpic.jpg);
	background-size: cover;
	width: 200px;
	height: 400px;
	margin-top: 16px;
	margin-left: 16px;
	border-radius: 10px;
	border: 1px solid #41061E;
}

.log {
	position: absolute;
	margin-left: 229px;
	margin-top: 16px;
	width: 354px;
	height: 395px;
	padding-top: 5px;
	background-color: #BF1257;
	border: 1px solid #41061E;
	border-radius: 10px;
	font-size: 11px;
	overflow-y: scroll;
}

.log details summary {
    font-size: 11px;
    padding: 0 4px;
    cursor: pointer;
	margin: 0;
}

.log details p {
    padding-left: 20px;
	font-size: 11px;
}

.log p {
	padding: 0 4px;
	margin: 5px;
}

