#calibor-theme-manage-theme iframe#preview-theme-box {
    height: 2200px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0.25) translate(-2100px, -3300px);
    width: 1400px;
    border: 0;
    background: transparent;
}

#calibor-theme-manage-theme #preview-theme-container {
    height: 550px;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 350px;
}

#calibor-theme-manage-theme .hint {
    background-color: #000;
    border-radius: 7px;
    clear: both;
    color: #fff;
    float: none;
    left: -345px;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 325px;
    z-index: 2;
    display: none;
}

#calibor-theme-manage-theme .showHint .hint {
    display: block;
}

#calibor-theme-manage-theme .theme_colours_wrapper .showHint {
    position: relative;
}

#calibor-theme-manage-theme .theme_colours_wrapper .form-type-jquery-colorpicker {
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
    overflow: visible !important;
    width: 100%;
}

#calibor-theme-manage-theme .theme_colours_container {
    width: 210px;
}

#calibor-theme-manage-theme .theme_colours_wrapper {
    float: left;
}

.colorpicker_field input, .colorpicker_hex input {
    height: 23px !important;
    top: 0px !important;
    border: none !important;
}
