@charset "UTF-8";

html{
  height: 100%;
}
body {
  min-height: 100%;
  	margin:0px;
	padding:0px; 
	text-align:center;
	font-family:Georgia;
/*	background-color : #FFFCF7;*/
}

h1 {
	display: inline;
	width:80%;
	text-align:center;
/*	font-size:1.3em;*/
	position:inherit;
	padding-bottom:20px;
	font-family: "Comic Sans MS";
}

table
{
	width: 100%;
	height:50%;
	min-height:50%;
	table-layout: fixed;
	border-collapse: collapse;
}
td, th
{
	/* border: 1px solid black; */
	vertical-align: top;
	text-align: center;
}

th {
	height : 40px;
}

td#case_1, td#case_2, td#case_3, td#case_4
{
	width: 50%; 
	/*height: 40%;*/
	font-family:"Comic Sans MS";
}

td#case_1 p, td#case_3 p
{
	width: 55%; 
	text-align: right;
	display: inline-block;
	margin-top: 10px;
}

td#case_1 img, td#case_3 img
{
	max-width: 41%;
	max-height: 100%;
	float: right;
	display: inline-block;

}

td#case_2 p, td#case_4 p
{
	width: 55%; 
	text-align: left;
	display: inline-block;
	margin-top: 10px;
}

td#case_2 img, td#case_4 img
{
	max-width: 41%;
	max-height: 100%;
	float: left;
}

td#case_1, td#case_2, td#case_3, td#case_4
{
	color: white;
/*	font-size: 1.2em;*/
}

td#case_1:hover, td#case_2:hover, td#case_3:hover, td#case_4:hover
{
	color: black;
}

article {
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	min-width: 320px;
	text-align:left;
	/* padding: 0 10px 0; */
	    padding: 1em 1.5em;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    background-color : white;
	font-family:Georgia;
}

article img {
	max-width:100%;
}

ol, ul {
	list-style-type:circle;
}

ol {
	counter-reset: item;
	 padding-left: 10px;
}

ol li ol {
	counter-reset: item2;
}

ol li ol li ol {
	counter-reset: item3;
}

/*li {
	display: block;
} */

ol > li {
	list-style-type : none;
	margin-top:20px;
}

ol > li:before {
	font:bold 24px Georgia;
	content: counter(item) ". ";
	 counter-increment: item; 
	 vertical-align:top;
}

ol li > h2 {
	display: inline;
	width: 95%;
	margin-top:0;
}

ol li ol > li {
	list-style-type : none;
	margin-top:20px;
}

ol li ol > li:before {
	font:bold 20px Georgia;
	content: counter(item) "." counter(item2) " ";
	counter-increment: item2;
	vertical-align: top;
}

ol li ol li > h3 {
	display: inline;
	width: 95%;
	margin-top:0;
}

ol li ol li ol > li {
	list-style-type : none;
	margin-top:16px;
}

ol li ol li ol > li:before {
	font:bold 16px Georgia;
	content: counter(item) "." counter(item2) "." counter(item3) " ";
	counter-increment: item3;
	vertical-align: top;
}

ol li ol li ol li > h4 {
	display: inline;
	width: 90%;
	margin-top:0;
}


article dt {
	font-weight:bold;
	margin-top:10px;
}


/*
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	/*text-align: left;
	font-family:Georgia;
}*/


article h1 {
	font-size:28px;
	line-height:43px;
	text-align: left;
	border-bottom:3px solid #CCCCCC;
	padding-bottom:13px;
}


article h2 {
	font-size:24px;
}

article h3 {
	font-size:20px;
}

article h4 {
	font-size:16px;
}

article table {
 border-collapse:collapse;
 }
article th, article td {
 border:1px solid black;
 padding:3px;
 }
article th {
 text-align:center;
 }
 
 #lcc {
 	font-size:0.8em;
 	margin-top:40px;
 }
 
 #lcc a {
 color: #4374B7;
 test-decoration:none;
 }
 
 #lcc img {
 border-width:0;
 }
 
 