@charset "utf-8";
.banner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.logo {
	margin-right: auto;
	text-shadow: 3px 3px 2px #BFA3A3;
}
.container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.main {
	-webkit-flex: 2 1 200px;
	flex: 2 1 200px;
}

* {
	box-sizing: border-box;
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-family: aladin;
	background-color: #B6B7C1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	
}
td, th {
	padding: 0px;
}
/* custom styles */

html {
	font-size: 62.5%;
}
body {
	font-size: 1.8em; 
	line-height: 1.6;
	font-weight: 400;
	font-family: aladin;
	color: #222;
	}
.banner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	padding: 0 20px;
}
.banner a {
	padding: 8px 2%;
	color: indigo;
	text-align: center;
	font-family: aladin;
	font-weight: 600;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin-left: 5px;
	border-radius: 4px 4px 0 0;
	background-color: #A6A4A8;
}
.banner a:hover, .banner {
	background-color: #757E9C;
	color: black;
}
.logo {
	font-size: 4rem;
	margin: 0;
}
.main {
	float: left;
	width: 60%;
}
main table {
	border: medium;
	margin-left: 250px;
}
footer {
	text-align: center;
	clear: both;
}
