/*Stylesheet.css */



/*BODY STYLING */

body
{
	font-family: Tahoma, Calibri, Sans Serif;
	padding-left: none;
	font-size: medium;
	background-color: #FFFFFF;
}



/*LINK STYLING */

a:link
{
	color: rgb(31,78,121); 
}
a:visited
{
	color: rgb(0,32,96); 
} 
a:active
{
	color: rgb(46,117,182);
}



/*HEADER STYLING */

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet, Helvetica;
}
h1
{
	font-style: bold;
}
h2
{
	padding-left: 1%;
}
h3
{
	font-size: 14pt;
	font-style: bold;
}
h4
{
	color: rgb(75,75,75);
}
h5
{
	color: rgb(75,75,75);
}
h6
{
	color: rgb(75,75,75);
}



/*LIST STYLING */

ul
{
	position: relative;
	left: -20px;
}



/*TABLE STYLING */

th, td 
{
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover
{	background-color:#f5f5f5;
}

}


/*CONTAINER STYLING */

.container{padding:0.01em 16px}
.container:after,.container:before,.panel:after,.panel:before,.row:after,.row:before,.row-padding:after,.row-padding:before,.w3-cell-row:before,.w3-cell-row:after,

.FloatLeft  {
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	width: 50%;
	min-width: 300px;
	height: auto;
	position: relative;
}

#compare{
	float: left;
	clear: left;
	padding-left: 2%;
	padding-right: 1%;
	width: 95%;
	min-width: 300px;
	height: auto;
	position: relative;
}





