@charset "utf-8";
.style_switcher {
    position: fixed;
    top: 20px;
    left: -200px;
    max-width: 250px;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gear {
    border-left: none;
    border-radius: 0 6px 6px 0;
    width: 45px;
    float: right;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    background-color: #666;
    color: #fff
}

.styles {
    border-radius: 0 0 6px 0;
    width: 200px;
    float: left;
    background-color: #666;
    padding: 20px;
    color: #fff
}

.styles a:link,
.styles a:visited {
    color: #ccc
}

.styles a:hover,
.styles a:active {}

.styles h6 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    padding: 0 0 10px;
    margin: 0 0 10px
}

.styles p {
    font-size: 12px
}

.styles ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.styles ul li {
    cursor: pointer
}

.styles ul li:hover {
    font-weight: 700
}

.styles ul li i {
    margin-right: 5px
}

.styles ul li.style-classic i {
    color: #428bca
}

.styles ul li.style-golden i {
    color: #a59c78
}

.styles ul li.style-silver i {
    color: #9e9ca8
}

.styles ul li.style-purple i {
    color: #997bc6
}

.styles ul li.style-onepage i {
    color: #ff0
}

.styles ul li.style-onepage a:link,
.styles ul li.style-onepage a:visited {
    color: #fff
}