.firestudio-modal_inner_firebug .fs-debug-panel h1.fs-title {
    display: none;
}

.firestudio-modal_inner_firebug .fs-debug-panel {
    margin: 0;
}

.firestudio-modal_inner_debug-toggles {
    border: 1px dotted #464646;
    padding: 15px;
    margin-bottom: 30px;
}

.firestudio-modal_inner_debug-toggles_title {
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: underline;
}

.firestudio-modal_inner_debug-toggles .toggle {
    display: block;
    margin-bottom: 8px;
    line-height: 1;
    cursor: pointer;
}

.firestudio-modal_inner_debug-toggles .toggle input[type="checkbox"]{
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-appearance: checkbox;
}

.firestudio-modal_inner_debug-toggles .toggle input[type="checkbox"]:checked:before {
    content: "";
    margin: 0;
}

a.firestudio-modal_inner_debug-toggles_apply,
a.firestudio-modal_inner_debug-toggles_apply:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 15px;
    background: #464646;
    display: inline-block;
    border: 1px solid #333333;
    margin-top: 10px;
    font-size: 12px;
}

a.firestudio-modal_inner_debug-toggles_apply:focus {
    text-decoration: none;
}

a.firestudio-modal_inner_debug-toggles_apply:hover {
    background: #333333;
    border: 1px solid #464646;
}