body {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	letter-spacing: -0.5px;
	margin: 6px;
  background-image: url("30x30.png");
}

.page {
  background-color: url("30x30.png");
}

.outer {
	width: 1200px;
	height: 750px;
	border: 1px solid #000;
	padding: 6px;
	background-color: white;
	margin: auto;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: calc(23% x 3/4);
	margin-bottom: 0px;
  background-position: center;
}


.banner {
  border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2px);
	height: 198px;
	background-image: url("banner.png");
	background-color: white;
	background-size: cover;
  background-position: center;
}

.scroller {
	border: 1px solid #000;
	display: flex;
	vertical-align: top;
	width: calc(100% - 2px);
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: calc(16% - 2px);
	height: calc(69.5% - 5px);
	margin: 0;
}

.buttons {
  display: inline-block;
	vertical-align: top;
	padding: 12px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 100%;
	height: 30%;
	outline: 1px dashed white;
	outline-offset: -6px;
}

.profile {
	border: 1px double #000;
	font-size: 10pt;
	width: 100%;
	height: 30%;
	background: #F5C4D7;
	padding: 6px;
	box-sizing: border-box;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 100%;
	height: 40%;
	outline: 2px dotted white;
	outline-offset: -6px;
}

.friends a {
	display: inline-block;
	font-size: 11pt;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}

.friends a:hover {
	text-decoration: underline;
}

.friends h2 {
	font-size: 12pt;
  font-style: oblique;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
}

.main {
	display: inline-block;
	vertical-align: top;
	width: calc(65.5% - 2px);
	height: calc(69.6% - 8px);
	background: #FFF;
	margin: 0;
}

.main iframe {
	height: 100%;
	width: 100%;
	border: 1px solid #000;
	margin: 0;
}

.right {
	width: calc(18% - 2px);
	height: calc(69.5% - 5px);
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}

.menu {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 9px;
	box-sizing: border-box;
	height: 37%;
	width: 100%;
	background-color: black;
}

.menu a {
	border: 1px solid #FFF;
	height: 32px;
	line-height: 30px;
	width: calc(100% - 2px);
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #000;
	border: 2px solid #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
}

.small {
  background-color: #F5C4D7;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: 30%;
	padding: 3px;
	font-size: 11pt;
	border-left: 1px dashed;
	border-right: 1px dashed;
}

.likes {
  text-align: center;
  font-size: 11pt;
  font-style: oblique;
  outline: 1px solid white;
  outline-offset: -6px;
  display: inline-block;
	vertical-align: top;
	padding: 12px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 100%;
	height: 33%;
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 14pt;
	font-weight: 500;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

h2 {
	font-size: 14pt;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

h3 {
	font-size: 14pt;
	font-weight: 500;
	letter-spacing: 2px;
	font-style: oblique;
	text-decoration: underline;
	text-decoration-style: dotted;
	padding-left: 6px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: black;
	color: white;
}