#theme_panel
{
    position:fixed;
	width: 260px;
	height: auto;
	background-color:#1e1e1e;
	z-index: 9999999;
	top:17%;
	color:#9b9b9b;
	border-bottom-right-radius: 10px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
	cursor: default;
	padding-bottom:20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#theme_panel a{
	cursor: pointer;
	font-size:12px;
}

#theme_panel.close_panel{
	left:-260px;
}

#theme_panel.open_panel{
	left:0;
}

#theme_panel #theme_panel_button{
	width:44px;
	height: 44px;
	top:0;
	position: absolute;
	right: -44px;
	background-color:#1e1e1e;
	display: block;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color:inherit;
	text-align: center;
	font-size: 18px;
	text-indent:-2px;
	line-height: 44px;
}

#theme_panel h2
{
    font-family: 'Libre Baskerville' , serif;
    font-weight: 400;
    font-size: 1.1em;
    font-style: italic;
}

#theme_panel .theme_panel_inner{
	width: 100%;
	position: relative;
	height: auto;
	border-bottom:1px solid #292929;
	padding:16px 20px;
}

#theme_panel .theme_panel_inner:last-child{
	border-bottom:1px solid transparent;
}

#theme_panel h2.theme_panel_header{
	color:inherit;
	font-size:25px;
	margin:10px 0 0;
	padding:0;
}

#theme_panel h3.theme_panel_header{
	color:inherit;
	font-size:14px;
	margin:0 0 15px;
	padding:0;
}

#theme_panel .theme_panel_link{
	width: auto;
	height: auto;
	padding:6px 20px;
	display: inline-block;
	border:1px solid #282828;
	background:#232323;
	color:inherit;
	margin-right: 7px;
}

#theme_panel span.minimal_note{
	font-size:11px;
}

#theme_panel a.color_link{
	width: 30px;
	height: 20px;
	display: inline-block;
	border:1px solid #282828;
	margin-right: 2px;
}

#theme_panel a.color_link_head{
	/*width: 30px;*/
	height: 20px;
	display: inline-block;
	border:1px solid #424242;
	margin-right: 2px;
	padding: 0 4px 0 4px;
}

#theme_panel a.c1{
	background-color:#8e7e4f;
}

#theme_panel a.c2{
	background-color:#ddd;
}

#theme_panel a.c3{
	background-color:#222;
}

#theme_panel a.c4{
	background-color:#dfcd56;
}

#theme_panel a.c5{
	background-color:#1f99d8;
}

#theme_panel a.c6{
	background-color:#57b652;
}

#theme_panel a.c7{
	background-color:#b10101;
}

#theme_panel a.c8{
	background-color:#7db3d2;
}

#theme_panel a.c9{
	background-color:#ba9c12;
}

#theme_panel a.c10{
	background-color:#dbace5;
}

#theme_panel a.c11{
	background-color:#f053e3;
}

#theme_panel a.c12{
	background-color:#007806;
}




