table#taValutazioni.tablesorter thead tr .tablesorter-filter {
    width: 100%;
    height: inherit;
    margin: 0px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #bbb0;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
	border-radius: 4px;
}

table#taValutazioni.tablesorter thead tr td {
    padding: 0.3em 0.3em 0.5em 0.3em;
}

.wpfd-content .wpfdcategory{
    flex: 1 0 300px !important;
    min-width: 300px !important;
    height: 80px !important;
}

#et-boc .wpfd-content .wpfdcategory > span, .wpfd-content .wpfdcategory > span {
    max-width: 300px !important;
    white-space: inherit !important;
}

