#theme-panel {
    position: fixed;
    width: 200px;
    height: auto;
    top: 150px;
    min-height: 200px;
    text-align: left;
    background: white;
    border: 1px solid #CCC;
    z-index: 999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.close-theme-panel {
    left: -200px;
}
.open-theme-panel {
    left: -1px;
}
#theme-panel .segment {
    width: 100%;
    padding: 18px 12px;
}
#theme-panel .segment{
    border-bottom: 1px solid #f1f1f1 !important;
}
#theme-panel .segment h4{
	font-family: 'Armata', sans-serif;
	font-size:15px;
    line-height: 37px;
    margin-bottom: 0;
}
#theme-panel a.panel-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    color: #000000;
    right: -50px;
    top: 24px;
    text-align: center;
    font-size: 23px;
    line-height: 47px;
    cursor: pointer;
    border: 1px solid #CCC;
	border-left:hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#theme-panel h3 {
    margin: 3px auto 15px;
    padding-top: 0;
    padding-bottom: 0;
}
#theme-panel .segment a.switcher {
	border: 2px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 5px 0 0 1px;
    width: 30px;
}
.blue-bg {
    background: #3498db;
}
.asphalt-bg {
    background: #5e6f80;
}
.green-bg {
    background: #2ecc71;
}
.gray-bg {
    background: #95a5a6;
}
.orange-bg {
    background: #e67e22;
}
.purple-bg {
    background: #9b59b6;
}
.red-bg {
    background: #e74c3c;
}
.s-green-bg {
    background: #90c963;
}
.p-green-bg {
    background: #34D3A4;
}
.s-blue-bg {
    background: #1ed2ff;
}