.sp-testimonial-pro a:focus {
    outline: none;
}

.post-type-spt_testimonial_form .spftestimonial-section form#testimonial_form {
    margin: auto;
    display: table;
    max-width: 100%;
    width: 450px;
}

.post-type-spt_testimonial_form .spftestimonial-section input#submit {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.post-type-spt_testimonial_form .spftestimonial-section input[type=email],
.post-type-spt_testimonial_form .spftestimonial-section input[type=text] {
    width: 100%;
    max-width: 450px;
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    line-height: 1;
}

.post-type-spt_testimonial_form .spftestimonial-section label {
    margin-bottom: 5px;
}

.post-type-spt_testimonial_form select {
    color: #666;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.post-type-spt_testimonial_form #sp_tpro_form_live_preview .handle-order-higher,
.post-type-spt_shortcodes #sp_tpro_live_preview .handle-order-higher,
.post-type-spt_shortcodes #sp_tpro_live_preview .handle-order-lower,
.post-type-spt_testimonial_form #sp_tpro_form_live_preview .handle-order-lower {
    display: none;
}

#sp_tpro-preview-box {
    overflow-x: auto;
    padding: 0 45px;
    resize: vertical;
}

.post-type-spt_testimonial_form .sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    padding-top: 7px;
    top: 0;
}

.post-type-spt_testimonial_form .sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single div {
    top: 0;
}