html {
	overflow: hidden;
}

body {
	box-sizing: border-box;
	overflow: hidden;
	position: fixed;

}
palettesection {
	width: 30%;
	height: 30%;
	display: inline-block;
	background-color: green;
	vertical-align: bottom;
	font-size: 2em;
	text-align: center;
	border-radius: 5px;
}
palettesection_color {
	display: inline-block;
	border-radius: 5px;
}

page_modal {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: auto;
}

menuitem {
	cursor: pointer;
}
