.demo-style-switch {
    position: fixed;
    z-index: 9999;
    top: 150px;
    left: -220px;
    background: #FFFFFF;
}

.demo-style-switch:hover {
    opacity: 1 !important;
}

.demo-style-switch .switched-options {
    position: relative;
    width: 220px;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.demo-style-switch .config-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-bottom: 5px;
}

.demo-style-switch ul {
    margin-bottom: 25px;
}

.demo-style-switch ul .active {
    color: #005885;
    font-weight: 700;
}

.demo-style-switch ul .active a {
    color: #005885;
    font-weight: 700;
}

.demo-style-switch ul .p {
    font-weight: 400;
    font-size: 12px;
    color: #CCC;
    margin-top: 10px;
}

.demo-style-switch ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
}

.demo-style-switch ul li a:hover {
    color: #008ed6;
}

.demo-style-switch ul.styles {
    margin-top: 15px;
}

.demo-style-switch ul.styles li {
    display: inline-block;
    margin-right: 5px;
}

.demo-style-switch ul.styles li .blue,
.demo-style-switch ul.styles li .blue-munsell,
.demo-style-switch ul.styles li .green,
.demo-style-switch ul.styles li .orange,
.demo-style-switch ul.styles li .purple,
.demo-style-switch ul.styles li .red,
.demo-style-switch ul.styles li .slate,
.demo-style-switch ul.styles li .yellow {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.demo-style-switch ul.styles li .blue {
    background: #36C134;
    background: -webkit-linear-gradient(bottom left, #87D04C, #36C134);
    background: -o-linear-gradient(bottom left, #87D04C, #36C134);
    background: -moz-linear-gradient(bottom left, #87D04C, #36C134);
    background: linear-gradient(bottom left, #87D04C, #36C134);
}

.demo-style-switch ul.styles li .blue-munsell {
    background-image: #6441A5;
    background-image: -webkit-linear-gradient(bottom left, #6441A5, #2a0845);
    background-image: -o-linear-gradient(bottom left, #6441A5, #2a0845);
    background-image: -moz-linear-gradient(bottom left, #6441A5, #2a0845);
    background-image: linear-gradient(bottom left, #6441A5, #2a0845);
}

.demo-style-switch ul.styles li .green {
    background-image: #43cea2;
    background-image: -webkit-linear-gradient(bottom left, #43cea2, #185a9d);
    background-image: -o-linear-gradient(bottom left, #43cea2, #185a9d);
    background-image: -moz-linear-gradient(bottom left, #43cea2, #185a9d);
    background-image: linear-gradient(bottom left, #43cea2, #185a9d);
}

.demo-style-switch ul.styles li .orange {
    background-image: #ff4b1f;
    background-image: -webkit-linear-gradient(bottom left, #ff4b1f, #1fddff);
    background-image: -o-linear-gradient(bottom left, #ff4b1f, #1fddff);
    background-image: -moz-linear-gradient(bottom left, #ff4b1f, #1fddff);
    background-image: linear-gradient(bottom left, #ff4b1f, #1fddff);
}

.demo-style-switch ul.styles li .purple {
    background-image: #1D4350;
    background-image: -webkit-linear-gradient(bottom left, #1D4350, #A43931);
    background-image: -o-linear-gradient(bottom left, #1D4350, #A43931);
    background-image: -moz-linear-gradient(bottom left, #1D4350, #A43931);
    background-image: linear-gradient(bottom left, #1D4350, #A43931);
}

.demo-style-switch ul.styles li .red {
    background-image: #f25454;
    background-image: -webkit-linear-gradient(bottom left, #f25454, #fe8992);
    background-image: -o-linear-gradient(bottom left, #f25454, #fe8992);
    background-image: -moz-linear-gradient(bottom left, #f25454, #fe8992);
    background-image: linear-gradient(bottom left, #f25454, #fe8992);
}

.demo-style-switch ul.styles li .slate {
    background-image: #4C72F9;
    background-image: -webkit-linear-gradient(bottom left, #4C72F9, #CC10D8);
    background-image: -o-linear-gradient(bottom left, #4C72F9, #CC10D8);
    background-image: -moz-linear-gradient(bottom left, #4C72F9, #CC10D8);
    background-image: linear-gradient(bottom left, #4C72F9, #CC10D8);
}

.demo-style-switch ul.styles li .yellow {
    background-image: #ff0084;
    background-image: -webkit-linear-gradient(bottom left, #ff0084, #33001b);
    background-image: -o-linear-gradient(bottom left, #ff0084, #33001b);
    background-image: -moz-linear-gradient(bottom left, #ff0084, #33001b);
    background-image: linear-gradient(bottom left, #ff0084, #33001b);
}

.demo-style-switch .switch-button {
    opacity: 1 !important;
    background: #FFF;
    padding: 10px;
    font-size: 24px;
    color: #272727;
    position: absolute;
    overflow: hidden;
    right: -44px;
    top: -10;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.demo-style-switch .switch-button:hover {
    color: #008ed6;
    cursor: pointer;
    text-decoration: none;
}
