.srr_settings h4{
    border-bottom: 1px solid #DFDFDF;
    margin: 15px 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}
.srr_settings td {
    padding: 5px 0;
}
.srr_small_text{
    font-size: 11px;
    color: #666666;
}

.srr_row{
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.srr_label{
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
}
.srr_label.srr_sm{
    width: 30%
}
.srr_label.srr_xsm{
    width: 20%
}
.srr_field{
    flex: 1;
}

.srr_tab_list {
    display: flex;
    background: #f7f7f7;
    margin: 15px -15px;
    padding: 0 15px;
    border-top: 1px solid #dfdfdf;
}
.srr_tab_list li{
    margin: 0;
}
.srr_tab_list a{
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    display: inline-block;
}
.srr_tab_list a.active{
    border-bottom-color: inherit;
}
.srr_tab_list a:hover{
    border-bottom-color: #dfdfdf;
}
.srr_settings > section{
    display: none;
}
.srr_settings > section.active{
    display: block;
}


.srr_tt{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: help;
}
.srr_tt:hover, .srr_tt:focus{
    color: #000;
}
.srr_tt:hover .srr_tt_text, .srr_tt:focus .srr_tt_text{
    display: block;
}
.srr_tt_text{
    display: none;
    width: 300px;
    position: absolute;
    top: 0;
    left: 30px;
}
.srr_tt > .srr_tt_text span {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 0.5);
    display: inline-block;
}


.srr_note{
    border: 1px solid #FFD893;
    padding: 10px;
    background: #FFFEDA;
    margin: 10px 0 0;
    display: block;
    border-radius: 3px;
}
.srr_survey p {
    border: 1px solid #dfdfdf;
    padding: 15px;
    font-size: 12px;
    background: #fffbe8;
    margin: 0 -15px;
    border-width: 1px 0;
}
.srr_survey p span{
    background: #ffe660;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 5px 0 0;
}
.srr_survey .button-primary{
    float: right;
    margin: 10px 0 0 10px;
}
.srr_info{
    border: 1px solid #dfdfdf;
    margin: 15px -15px;
    padding: 10px 15px;
    background: #fafafa;
    border-width: 1px 0;
}
.srr_info p{
    margin: 0;
}
.srr_info a{
    text-decoration: none;
}
.srr_info a:hover {
    text-decoration: underline;
}

.srr_placeholders_list{
    display: none;
}

div[id*="super_rss_reader"] .widget-title h3 {
    background-image: url(../images/super-rss-reader-sm.png);
    background-position: right;
    background-repeat: no-repeat;
}
#available-widgets .srr_widget_highlight .widget-top{
    outline: 2px solid red;
    box-shadow: 0 5px 20px 0px;
}