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

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

.demo-style-switch .switched-options {
    position: relative;
    width: 215px;
    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: 5px;
    padding: 0;
    list-style: none;
}

.demo-style-switch ul .active {
    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: #cccccc;
}

.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 .SYSTEM,
.demo-style-switch ul.styles li .HTML5,
.demo-style-switch ul.styles li .CSS3,
.demo-style-switch ul.styles li .BOOTSTRAP,
.demo-style-switch ul.styles li .JAVASCRIPT,
.demo-style-switch ul.styles li .JQUERY,
.demo-style-switch ul.styles li .PHP,
.demo-style-switch ul.styles li .FONT,
.demo-style-switch ul.styles li .AJAX,
.demo-style-switch ul.styles li .ANDROID{
    width: 50px;
    height: 40px;
}

.demo-style-switch ul.styles li .SYSTEM {
    background: #7A7A7A;
}

.demo-style-switch ul.styles li .HTML5 {
    background: #FF6600;
}

.demo-style-switch ul.styles li .CSS3 {
    background: #0066FF;
}

.demo-style-switch ul.styles li .BOOTSTRAP {
    background: #330066;
}

.demo-style-switch ul.styles li .JAVASCRIPT {
    background: #009900;
}

.demo-style-switch ul.styles li .JQUERY {
    background: #CC3300;
}

.demo-style-switch ul.styles li .PHP {
    background: #FFCD04;
}

.demo-style-switch ul.styles li .FONT {
    background: #3366FF;
}

.demo-style-switch ul.styles li .AJAX {
    background: #0099FF;
}

.demo-style-switch ul.styles li .ANDROID {
    background: #00FF00;
}

.demo-style-switch .switch-button {
    opacity: 1 !important;
    background: #F5F5F5;
    padding: 15px;
    font-size: 15px;
    color: #7a7a7a;
    position: absolute;
    overflow: hidden;
    right: -87px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

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