/******************

Customizer stylesheet

******************/

#customizer
{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 200px;
    padding: 10px;
    background: #fff;
    color: #363636;
    font-size: 15px;
}

#customizer h4 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.customizer-color
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}

.customizer-color.colorful {
    width: 18px;
    height: 18px;
    line-height: 18px;
}


.customizer-color.active
{
    border-color: #F4F9FD;
}

#customizer label {
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
}

