iframe[seamless] {
    border: none;
}

html, body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
   	color: #ddd;
   	font-size:120%;
   	min-height:100%;
   	margin:0px;
   	padding:0px;
}

select, input {
	cursor: pointer;
	font: 12pt Verdana,sans-serif;
	color: #ddd;
	border-radius:5pt;
	border: 2pt solid #444;
	background-color: rgba(25,26,15,0.5);
	padding: 2px;
	width: 100%;
	line-height: 120%;
}

input {
	width: 80%;
}

canvas {
		width: 500pt;
		height: 500pt;
	}

@media only screen and (max-width:1000px) {
	canvas {
		width: 500;
		height: 400;
	}
}

@media screen and (orientation: portrait) and (max-width:400px) {
	canvas {
		width: 320;
		height: 240;
	}
}


