
.blind_panel_container
{
	background-color: white;
	display: none;
	left: 0px;
	padding: 10px;
	position: fixed;
	right: 0px;
	z-index: 99;
}

.color_scheme_p
{
	display: block;
	margin: 0px 0px 10px 0px;
}

.color_scheme_p span
{
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
}

.options_p
{
	display: block;
	margin: 0px;
}

.options_p > span
{
	margin-right: 100px;
	white-space: nowrap;
}

.options_p > span button
{
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.minimize_p
{
	margin: 10px 0px 10px 0px;
}

.minimize_p button
{
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.black_white_button
{
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	color: black;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.white_black_button
{
	background-color: black;
	border: 1px solid black;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.mazarine_blue_button
{
	background-color: #9dd1ff;
	border: 1px solid #063462;
	border-radius: 5px;
	color: #063462;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.brown_beige_button
{
	background-color: #f7f3d6;
	border: 1px solid #4D4B43;
	border-radius: 5px;
	color: #4d4b43;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}

.green_brown_button
{
	background-color: #3b2716;
	border: 1px solid black;
	border-radius: 5px;
	color: #a9e44d;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	padding: 5px;
}