* {
	box-sizing: border-box;
}
body,
html {
	height: 100%;
	display: grid;
}
body {
	font-size: 12px;
	line-height: 200%;
	font-family: 'Arial', sans-serif;
	letter-spacing: 0.5pt;
	color: #454243;
	background-color: #f9f9f9;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#container {
	margin: auto;
}
#sidebar,
#content {
	float: left;
	background: #fff;
	border-bottom: #fdefee solid 10px;
}
#sidebar {
	padding: 20px;
	width: 200px;
	text-align: center;
}
#content {
	margin-left: 25px;
	padding: 30px;
	width: 500px;
	text-align: justify;
}
#menu table {
	min-width: 100%;
	margin: -10px;
	table-layout: fixed;
	border-collapse: inherit;
	border-spacing: 10px;
	text-align: center;
}
#menu td {
	width: 100px;
	padding: 7px;
	font-style: italic;
	font-size: 10px;
	line-height: 100%;
	text-transform: lowercase;
	background: #d4eaff;
	vertical-align: middle;
}
#menu td a {
	display: block;
	color: #000;
}
#menu td:hover {
	opacity: 0.5;
}
#title {
	text-align: left;
}
a {
	text-decoration: none;
	color: #454243;
	transition: all 0.3s ease;
}

h1 {
	margin-top: 5px;
	position: relative;
	top: 50px%;
	left: 0;
	font-weight: 300;
	font-style: italic;
	font-size: 14pt;
	font-family: 'Arial Narrow', sans-serif;
	text-transform: uppercase;

	  color: #484848;

}


h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14pt;
  font-family: 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
h2 span.line {
  padding: 0 15px 0 0;
  background-color: #fff;
}
h2:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 41%; left: 0; right: 0; bottom: 0;
  border-top: 10px solid #d4eaff;
  width: 100%;
  z-index: -1;
}

#header a {
		  box-shadow: inset 0 -10px #fff6d6; /* fff3c9; */
}

table.stats {
	margin: 30px auto;
    border-spacing: 3px;
    border-collapse: separate;

}
table.stats td {
	padding: 10px 20px;
	text-align: center;
	background: #fff6d6;
}

/* cursor */
body {cursor: url('https://media.tumblr.com/28b53f437be2ef9f495c31d226b7f387/tumblr_inline_n0lc39S8lT1r1tugg.gif'), progress !important;}
a, a:hover, td:hover, #sb:hover {cursor:url(https://media.tumblr.com/14770974325c40b8aefe3ecd4e360253/tumblr_inline_n0lc3j3Jah1r1tugg.png), progress!important;}

 
