body {
	display: grid;
	grid-template-columns: 20% 80%;
	margin-left: 10px;
}

h1 {
	font-size: 32px;
}

article {
	margin-left: 10px;
}


object {
	height: 100%;
	width: 100%;
	overflow: auto;
}

table {
	border: solid 2px #000000;
	border-collapse: separate;
}

thead {
	background-color: #8090A0;
}

td,th {
	border: solid 1px #000000;
}
