html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration:none;
}

#pagecontainer {
	width: 100%;
    height: 100%;
    background-color: #fafafa;
}

#mastheadcontainer {
	width: 100%;
	height: 56px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 7px 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
}

#sidenavcontainer {
	width: 240px;
	background-color: #f5f5f5;
	padding-top: 56px;
	position: fixed;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
}

#mastheadcontainer button,
#mastheadcontainer .righticons img {
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 8px;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
}

#mastheadcontainer .righticons {
	height: 100%;
}

#mastheadcontainer button img {
	width: 100%
}

#mastheadcontainer .logocontainer {
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
}

#mastheadcontainer .logocontainer img {
	height: 30px;
	
}

#mainsectioncontainer {
	padding-top: 56px;
}

#mainsectioncontainer.leftPadding {
	padding-left: 240px;
}

#maincontentcontainer {
	padding: 10px 30px;
	width: 100%
	
}

#maincontentcontainer .pollcreationcontainer {
	text-align: center;
}

#maincontentcontainer .pollcreationcontainer input {
    margin-bottom: 4px;
}

#maincontentcontainer .pollcreationcontainer .submitbutton {
	height: 48px;
    font-size: 18px;
}

#mastheadcontainer .headseperator {
	flex: 1;
	width: 100%;
}