/* --- Widget content --- */
.hep-widget-content {
    display: block;
    float: left;
    overflow: hidden;
    padding: 14px 0;
    text-decoration: none;
    width: 100%;
}

/* --- Widget section title --- */
.hep-widget-section-title {
    background-color: #2271b1;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 8px 10px 8px 5px;
    text-decoration: none;
    width: 100%; 
}

/* --- Widget form layout --- */
.hep-widget-form-content { 
    float: left; 
    padding: 0 0 10px; 
    width: 100%;
}

/* --- Widget form options --- */
.hep-option {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.hep-option label {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

.hep-option label.inline {
    margin-right: 5px;
    width: auto;
}

.hep-option input,
.hep-option select {
    border: 1px solid #8c8f94 !important;
} 

.hep-option small {
    float: left;
    font-size: 11px;
    margin: 2px 0 0;
    width: 100%;
}