#customsearchwidget-2 {
    width: 100%;
}

#customsearchwidget-2 {
    background-color: #eee;
    padding: 8px 6px;
    border-radius: 4px;
}

#sspy_shortcode {
    padding: 16px;
}

#sspy_widget_subtitle a {
    color: blue;
}
#sspy_shortcode #sspy_widget_subtitle {
    font-weight: bold;
}

#sspy_widget, #sspy_shortcode {
display: flex;
flex-wrap: wrap;
background-color: #eee;
}

#sspy_widget, #sspy_shortcode h2 {
font-size: 18px;
line-height: 100%;
padding: 0 0 8px;;
margin: 0;
}

#sspy_widget, #sspy_shortcode p {
font-size: 12px;
line-height: 126%;
padding: 0;
margin: 0;
}
#sspy_shortcode p {
    font-size: 100%;
}

.sspy_widget_row {
display: flex;
flex-wrap: nowrap;  
align-items: center;
min-width: 0;
justify-content: space-between;
margin-bottom: 12px;
width: 100%;
}

#sspy_shortcode .sspy_widget_row {
    justify-content: center;
}

.sspy_widget_row input {
min-width: 0;
overflow: visible;
}

.sspy_widget_row label {
padding-right:2px;
line-height: 14px;
font-size: 80%;
}

#sspy_shortcode .sspy_widget_row label {
    font-size: 100%;
}

.sspy_widget_row .first_in_row {
margin-left:0px;
}

.sspy_widget_row .in_row, .sspy_widget_row .last_in_row {
padding-left: 4px;
}

.sspy_widget_row label {
align-self: center;
}

.sspy_widget_row input[type=radio]
{
font-size:8px;
}

.sspy_widget_row select,
.sspy_widget_row input[type=text]
{
height: 110%;
font-size: 12px;
}

.sspy_widget_row select {
height: 22px !important;  
}

.sspy_widget_row select {
height: 18px;
font-size: 12px;
width: auto !important;
}

.sspy_widget_row input[type=submit] {
background-color: #007bff;
border: 0;
padding: 6px 8px;
color: white;
font-weight: bold;
border-radius: 2px;
text-transform: uppercase;
}
