
/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas { margin: 0; padding: 0; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, body { width: 100%; height: 100%; font-family: Arial}
body { }
p.header, p.footer { display: block; }
div.logo { width: 204px; height: 38px; float: left; background: url(logo.png) 0 0 no-repeat; position: relative; z-index: 10; }
div.title { height: 38px; line-height: 38px; padding: 0 10px; margin: 0 1px 0 0; float: right; color: #333; text-align: right; font-size: 18px; position: relative; z-index: 10; }
.template-wrap { position: relative; top: 20%; left: 20%; -webkit-transform: translate(-20%, -20%); transform: translate(-20%, -20%); }
.template-wrap canvas { margin: 0 0 10px 0; position: relative; z-index: 9; box-shadow: 0 10px 30px rgba(0,0,0,0.2); -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.fullscreen { float: right; position: relative; z-index: 10; }

body.template { }
.template .template-wrap { }
.template .template-wrap canvas { width:100%; height:90%; }



h1{
	text-align:center;
	font-size:28px;
	margin:25px;
}

div.instructions_container{
	position:absolute;

	background-color:transparent;
	text-align:center;
	z-index:20;

}
div.div_instr{
	line-height:120%;
	color:#fff;
	background-color:#116611;
	position:fixed;
	margin:auto;
	font-size:15px;
	
	border: solid 2px #000000;
	text-align:left;
	padding:5px 10px 5px 15px;

}

div.header{
	background-color:#114477;
	height:40px;
	width:100%;
	padding: 10px 0px 5px 0px
}

span.logo{
	color:#aaaaff;
	font-style: italic;
	font-weight:bold;
	margin-left:10px;
}

a:link, a:visited {
    background-color: #336699;
    color: white;
	font-size:14px;
	margin-left:20px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    	border-radius: 10px;
box-shadow: 5px 5px 2px #222222;


}


a:hover, a:active {
    background-color: #4477aa;
}

@media only screen and (max-width: 760px) {
  /* For general iPad layouts */

	div.div_instr{
		font-size:20px;
	}

}