﻿body {
	font-family: inherit;
	text-decoration: none;
	color: navy;
	background: #cceecc	;
	border-color: silver;
	background-repeat:no-repeat
}
table {
	margin-top: 40pX;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 680px;
	padding: 2px;
	background-repeat:no-repeat
}
th, td {
	padding-left: 25px;
	padding-right: 25px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #cccccc;
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration:underline;
	color: maroon;
}
h1 {
	padding: 1;
	margin: 1;
}
h2 {
	padding: 0;
	margin: 0;
}
h3 {
	padding: 0;
	margin: 0;
}
h4 {
	padding: 0;
	margin: 0;
}
h5 {
	padding: 0;
	margin: 0;
}
select {
	background-color:#eeeeee;
}
.container {
    /* Optional: Clearfix or simply ensure container can hold floated elements */
    overflow: auto; 
}
.iframe-container {
    float: left;
    width: 50%; /* Each takes half the width of the container */
    height: 500px; /* Set a specific height or use CSS for responsive height */
    box-sizing: border-box; /* Ensures padding/border is included in the 50% width */
}
iframe {
    width: 100%;
    height: 100%;
}