/* create style bar */
.sidebar {
	position: fixed;
	top: 20%;
	left: 0;
	bottom: 35%;
	width: 270px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	background-color: #fcfcfc;
	box-shadow: 5px 5px 5px grey;
	padding: 2px;
	text-align: center;
}
.sidebar select {
	max-width: 100%;
}