html, body {
	margin: 0;
	width: 100%;
}

p, h1, h2, td, th, li , h3, a {
	font-family: Verdana;
}

pre {
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

img {
	position: relative;
	left: 12.5%;
	width: 75%;
}

table {
	position: relative;
	width: 80%;
	left: 10%;
}

table:not(.noalternate) tr:nth-child(even) {
	background-color: #F0F0F0;
}

div.btw {
	float: right;
	max-width: 40%;
}

iframe {
	position: relative;
	width: 18.75vw;
	height: 15vw;
	left: 12.5%;
}

div#content {
	margin-left: 37.5vw;
	width: 25vw;
	padding-bottom: 10em;
}

@media (max-width: 1920px) {
	iframe {
		position: relative;
		width: 37.5vw;
		height: 30vw;
		left: 12.5%;
	}

	div#content {
		margin-left: 25vw;
		width: 50vw;
	}
}

@media (max-width: 950px) {
	iframe {
		position: relative;
		width: 60vw;
		height: 48vw;
		left: 12.5%;
	}

	div#content {
		margin-left: 10vw;
		width: 80vw;
	}
}