.error {
    display: none;
}
pre{
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}

td.divider{
    padding-top:0
}

td.checkbox-td{
    padding: 4px 10px 15px 0;
}
.mt-help-text{
    max-width:600px;
}

.button-primary.mt-switchoo {
    position: relative;
    width: 50px;
    float: left;
    border: 0;
    padding: 0;
    height: 22px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input.mt-switchoo-checkbox {
    display: none;
}
.mt-switchoo-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 2px;
    text-shadow: none;
}
.mt-switchoo-checkbox:checked+.mt-switchoo-label .mt-switchoo-inner {
    margin-left: 0;
}
.mt-switchoo-inner {
    width: 200%;
    margin-left: -100%;
    border-radius: 2px;
    -moz-transition: margin .2s ease-in 0;
    -webkit-transition: margin .2s ease-in 0;
    -o-transition: margin .2s ease-in 0;
    transition: margin .2s ease-in 0;
}
.mt-switchoo-inner:before {
    content: "On";
    padding-left: 5px;
    border-bottom: 0;
}
.mt-switchoo-inner:after {
    content: "Off";
    padding-right: 5px;
    background-color: #ddd;
    text-align: right;
}
.mt-switchoo-inner:before,
.mt-switchoo-inner:after {
    float: left;
    width: 50%;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-shadow: none;
}



.mt-switchoo-checkbox:checked+.mt-switchoo-label .mt-switchoo-switch {
    right: 0;
}
.mt-switchoo-switch {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    -moz-transition: all .2s ease-in 0;
    -webkit-transition: all .2s ease-in 0;
    -o-transition: all .2s ease-in 0;
    transition: all .2s ease-in 0;
}
.mt-switchoo-switch:after {
    margin: 0;
    outline: 0;
    display: inline-block;
    font: 400 16px/16px dashicons;
    content: "\f228";
    padding: 3px 0 0 3px;
    text-align: left;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}