@charset "UTF-8";

html, body {margin:0; padding:0; width:100%; min-height:100%;}
body {font-size: 13px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; background-color: #FFF;}
a, a:visited {text-decoration: none;}


/* Info */
info {float:left; font-size:11px; width:calc(100% - 100px); margin:5px 50px 10px 50px;}


message {float:left; width:100%; text-align:center; margin-top:200px; font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;}



/* 1080 x 2280 Pixel (432 ppi)=>  360 x 685*/

@media only screen and (max-width: 800px) {
	
info {display:none;}


}

