#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px;
    position: fixed;
    right: -222px;
    top: 100px;  /* originally 150px */
    width: 222px;
    z-index: 99999;
}
#toggle-switcher {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 25px;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 25px;
    border-width: 1px medium 1px 1px;
    cursor: pointer;
    display: block;
    height: 50px;
    left: -50px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 50px;
}
#toggle-switcher [class*="fa"] {
    /* color: #5CC9DF; */
    font-size: 32px;
    line-height: 50px;
}
#style-switcher h1 {
    color: #666666;
    font-family: "Titillium Web";
    font-size: 24px;
    margin: 10px 0 5px -10px;
    text-align: center;
}
#style-switcher h1:nth-of-type(1) {
    margin-top: 0;
}
#style-switcher ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#style-switcher ul li {
    border-radius: 5px;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin: 10px 10px 0 0;
    width: 40px;
}
#style-switcher ul li#light-purple {
    background: none repeat scroll 0 0 #8AAAD9;
}
#style-switcher ul li#cyan {
    background: none repeat scroll 0 0 #5CC9DF;
}
#style-switcher ul li#red {
    background: none repeat scroll 0 0 #F05557;
}
#style-switcher ul li#orange {
    background: none repeat scroll 0 0 #F78F39;
}
#style-switcher ul li#green {
    background: none repeat scroll 0 0 #21B799;
}
#style-switcher ul li#grass {
    background: none repeat scroll 0 0 #A2CE7E;
}
#style-switcher ul li#purple {
    background: none repeat scroll 0 0 #9661A8;
}
#style-switcher ul li#pink {
    background: none repeat scroll 0 0 #F1678D;
}
#style-switcher ul li#light-green {
    background: none repeat scroll 0 0 #36D9C3;
}
#style-switcher ul li#blue {
    background: none repeat scroll 0 0 #38A5DB;
}
#style-switcher ul li#yellow {
    background: none repeat scroll 0 0 #FBDF29;
}
#style-switcher ul li#yellow-orange {
    background: none repeat scroll 0 0 #FAC928;
}
#style-switcher ul li#salmon {
    background: none repeat scroll 0 0 #F9AA8C;
}
#style-switcher ul li#brown {
    background: none repeat scroll 0 0 #AE9C96;
}
#style-switcher ul li#stone {
    background: none repeat scroll 0 0 #DDDAD6;
}
#style-switcher ul li#default {
    background: none repeat scroll 0 0 #00D2F6;
}
#style-switcher img {
    margin-right: 10px;
}
#style-switcher p {
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}
#style-switcher a {
    color: #777777;
    text-decoration: none;
}
#style-switcher a:hover {
    /* color: #5CC9DF; */ 
    text-decoration: none;
}
.new-feature {
    position: relative;
}
.new-feature:after {
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 3px;
    color: #FFFFFF;
    content: "New";
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    opacity: 1;
    padding: 4px 6px;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
    top: -2px;
}
@media (max-width: 767px) {
.new-feature:after {
    right: 10px;
}
#style-switcher {
    /* display: none; */
}

