


h1{

	font-weight:400;
	font-size:30px;
	margin:15px;
}

#title{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:30px;
}

body{

	font-family:"Segoe UI",Arial,sans-serif;
	margin:0;
	padding:0;
}

#content{

	margin:20px;
}


hr{

	border-top:1px;
	border-color:#ccc;
	margin-top:7px;
	margin-bottom:7px;
}

a{
	text-decoration: none;
	color:inherit;
}


.cell,#title,#menu,.cell_in,#menuContent,.button{
	box-shadow: 0px 3px 5px #ccc;
}

.cell,.cell_in,#menu{
	width:auto;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:30px;
	margin-top:30px;
	line-height: 1.25;

}

.cell_in{
	margin-left:15vw;
}

#menu{
	color:black;
	background-color:#ccccff;
	font-size:3vh;
	width:auto;
	margin-bottom:0;
	padding-top:30px;
	padding-bottom:30px;
}

#menuContent{
	background-color:#b3b3ff;
	color:#333;
	margin:0;
	padding-left:15px;
	line-height:1.5;
	border-color:#333;
}

input,textarea{
	width:100%;
	height:50px;
	background-color: white;
	margin-top:5px;
	border: 1px solid #ccc;
}

.button{

	width:100%;
	background-color:#ccccff;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	margin-bottom:30px;
	margin-top:30px;
	border:none;
	line-height: 1.25;
	cursor:pointer;
}