.appex-style-switch {
    opacity: 0.95;
    position: fixed;
    z-index: 9999;
    top: 70px;
    left: -220px;
    background: #FFFFFF;
}

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

.appex-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);
}

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

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

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

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

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

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

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

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

.appex-style-switch ul.styles li .lime,
.appex-style-switch ul.styles li .coral-red,
.appex-style-switch ul.styles li .purple,
.appex-style-switch ul.styles li .blue,
.appex-style-switch ul.styles li .golden,
.appex-style-switch ul.styles li .green,
.appex-style-switch ul.styles li .pink,
.appex-style-switch ul.styles li .bottle-green {
    width: 35px;
    height: 35px;
}

.appex-style-switch ul.styles li .lime {
    background: #98D361;
}

.appex-style-switch ul.styles li .coral-red {
    background: #FE4444;
}

.appex-style-switch ul.styles li .purple {
    background: #8e44ad;
}

.appex-style-switch ul.styles li .blue {
    background: #609ddb;
}

.appex-style-switch ul.styles li .golden {
    background: #ECAE80;
}

.appex-style-switch ul.styles li .green {
    background: #77C8A7;
}

.appex-style-switch ul.styles li .pink {
    background: #E089AA;
}

.appex-style-switch ul.styles li .bottle-green {
    background: #2AA09B;
}

.appex-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;
}

.appex-style-switch .switch-button:hover {
    color: #008ed6;
    cursor: pointer;
}
