.style-switch {
    opacity: 1;
    position: fixed;
    z-index: 9999;
    top: 175px;
    background: #FFFFFF;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
}

.style-switch.left {
    left: -215px;
}

.style-switch.right {
    right: -215px;
}

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

.style-switch .switched-options {
    position: relative;
    width: 210px;
    text-align: left;
    padding: 20px 15px;
}

.style-switch .config-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 5px;
}

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

.style-switch ul .active a {
    color: #00acc1;
    font-weight: 400;
}

.style-switch ul .p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.style-switch ul li:hover {
    cursor: pointer;
}

.style-switch ul li a {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.1px;
}

.style-switch ul li a:hover {
    color: #808080;
    text-decoration: none;
}

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

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

.style-switch ul.styles li .color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.style-switch ul.styles li .theme {
    background: #00acc1;
}

.style-switch ul.styles li .red {
    background: #e40000;
}

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

.style-switch ul.styles li .purple {
    background: #673ab7;
}

.style-switch ul.styles li .indigo {
    background: #3f51b5;
}

.style-switch ul.styles li .blue {
    background: #2196f3;
}

.style-switch ul.styles li .green {
    background: #4caf50;
}
.style-switch ul.styles li .yellow {
    background: #ffc107;
}
.style-switch ul.styles li .orange {
    background: #ff9800;
}
.style-switch ul.styles li .brown {
    background: #795548;
}

.style-switch .switch-button {
    opacity: 1 !important;
    background: #FFF;
    padding: 10px;
    font-size: 24px;
    padding-bottom: 8px;
    color: #272727;
    position: absolute;
    overflow: hidden;
    right: -40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.5);
}

.style-switch.right .switch-button {
    left: -40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.style-switch .switch-button:hover {
    cursor: pointer;
    text-decoration: none;
}

.style-switch .navbar-style li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.style-switch .navbar-style li a {
    padding: 5px;
    font-size: 12px;
    letter-spacing: inherit;
    border: 1px solid #ececec;
}

.style-switch .navbar-style .active {
    border: none;
}

.style-switch .navbar-style .active a {
    border: 1px solid #1abc9c;
    background: #1abc9c;
    color: #ffffff;
}

.style-switch .font-selection li {
    color: #808080;
    font-size: 12px;
    letter-spacing: 0.1px;
}

.style-switch .font-selection li div:hover {
    color: #008ed6;
}