.wpsr_widget_wrap p label {
    width: 50%;
    display: inline-block;
}
.wpsr_widget_wrap label+.widefat{
    margin-top: 10px;
}
.wpsr_widget_wrap h3 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.wpsr_widget_wrap p+span.description{
    display: block;
    padding-left: 0 !important;
    font-style: italic;
}
.wpsr_widget_wrap .full_width label {
    width: auto;
}
.wpsr_widget_wrap footer {
    background: #fefefe;
    margin: 20px -15px 15px -15px;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #bfbfbf;
}
.wpsr_widget_wrap footer a{
    text-decoration: none;
}
.wpsr_widget_wrap footer .wpsr_version{
    color: #444;
}
.wp-block .wpsr_widget_wrap footer{
    border: 1px solid #c3c4c7;
    margin: 20px 0 0 0;
    font-size: 14px;
    border-radius: 5px;
}


#available-widgets .wpsr_widget_highlight .widget-top{
    outline: 2px solid red;
    box-shadow: 0 5px 20px 0px;
}
div[id*="wpsr"] .widget-title h3{
    background-image: url( '../images/icons/wp-socializer-sm.png' );
    background-position: right;
    background-repeat: no-repeat;
}

.fb_preview {
    padding: 0 !important;
    list-style: none !important;
}
.fb_preview li {
    width: 48px;
    height: 48px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    float: left;
    margin: 0 10px 0 0 !important;
    font-size: 20px;
    border-radius: 3px;
}
.fb_preview:after {
    content: ' ';
    display: block;
    clear: both;
}
.fb_preview span {
    text-align: center;
    display: block;
    border: 1px dashed #ccc;
    padding: 24px;
}