html {
	background: transparent!important;
	}

body {
	max-width: 65em;
	font-family: sans-serif;
	color: #333333;
	}

h1 {
	font-size: 3rem;
	position: relative;
	padding-left: 3em;
	}
table,
th,
td {
	border-collapse: separate;
	border-spacing: 0.2em;
	margin-left: 2em;
	box-shadow: 0 0 0.1em #666;
	position: center;
	z-index: 1;
	border: thin solid gainsboro;
	font-family: verdana;
	font-size: 1.5em;
	}

thead {
  background-color: #e6edff;
  color: #154DA4;
	}