.theme-config {
    position: fixed;
    z-index: 999999;
    top: 120px;
    right: -200px;
    width: 200px;
    background: #34363d;
    border-radius: 0 0 0 4px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.theme-config.active {
    right: 0;
}

.theme-config .theme-config-head {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 40px;
    color: #ffffff;
    border-bottom: 1px solid #434751;
}

.theme-config .theme-config-head a {
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    background-color: #34363d;
    color: #ffffff;
    cursor: pointer;
}

.theme-config .theme-config-head a i {
    margin-left: 3px;
    line-height: 40px;
    color: #1AFF00;
}

.theme-config .theme-config-wrap {
    padding: 0 10px 0 10px;
}

.theme-config .theme-config-title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    color: #999999;
}

.theme-config .options.colors {
    padding-top: 1px;
    margin: -1px 0 -5px -5px;
    overflow: hidden;
}

.theme-config .options.colors li a {
    display: block;
    width: 100%;
    height: 100%;
}

.theme-config .options {
    list-style: none;
    margin-bottom: 30px;
}

.theme-config ul.options li {
    background-color: #fff;
    cursor: pointer;
    width: 80px;
    height: 30px;
    float: left;
    margin-right: 5px;
    text-align: center;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.theme-config ul.options li a {
    line-height: 30px;
}

.theme-config .options.colors li {
    float: left;
    width: 41px;
    height: 41px;
    margin: 0 0 5px 5px;
    text-align: center;
}