body{
	margin:0px;
	padding:0px;
	background-color: #efefef;
}
h1{
	width:100%;
	font-size:60px;
	background-color: #bbbbbb;
	font-family:Lucida, Consolas;
}
.layout{
	width:260px;
	height:488px;
	border-radius:20px;
	float:left;
	margin:15px;
	padding:0px;
}
.board-container{
	height:550px;
	width:290px;
	float:left;
	margin:15px;
}
.node{
	background-image: url("http://deantonious.es/nodemcu.png");
	background-size:100%;
	width:100%;
	height:100%;
	opacity:0.65;
}
.btn{
	background-color: #dddddd;
	border:none;
	width:100%;
	height:50px;
}
.fit{
	width:100%;
	height:100%;
}

.standard-container{
	width:100%;
	height:80%;
	/*padding: 20px;
	margin:20px;*/
}
.header{
	width:100%;
	height:10%;
	background-color:white;
	float:left;
}

.content{
	height:90%;
	width:100%;
}