<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	
	overflow-x: hidden;
}


.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: left;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px black;
	box-shadow: 0px 0px 7px black;
	padding: 26px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display:inline-block;
	float:left;
	opacity: 0.85;
	width: 100%;
}
.clr{
	clear: both;
}



.container &gt; header{
	background-image: url(../images/inter-port.png);
    background-position: 26px 0px;
	background-size: 160px 48px;
    background-repeat: no-repeat;	
	
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
	width: 100%;
	height: 60px;
}



/*

.overview{
background-image: url(../images/overviewworks.png);
    background-position: -16px 0px;
	background-size: 46px 455px;
    background-repeat: no-repeat;
	
	
	position: relative;
	text-align: left;
	background-color: black;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display:inline-block;
	float:left;
	opacity: 0.9;
	width: 30px;
	height: 455px;
}


*/



/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}



/* Media Queries */
@media screen and (max-width: 767px) {
	.container {
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px black;
	box-shadow: 0px 0px 3px black;
	padding: 6px 0px 5px 0px;
}

.container &gt; header{
	margin: 0px 0px 0px 0px;
	text-align: left;
		
	background-image: url(../images/inter-port.png);
    background-position: 6px 0px;
	background-size: 70px 21px;
    background-repeat: no-repeat;
	height: 24px;	
	}


	
}</pre></body></html>