.widgets-filter-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.widgets-filter-container .widgets-filter-form {
    width: 70%;
    margin: auto
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table {
    width: 100%;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr:first-child {
    background-color: #0073aa;
    color: #fff;
    text-transform: capitalize
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr:first-child>td {
    padding: 15px 30px;
    font-size: 16px
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr:nth-child(2n+3) {
    background-color: #b4d6ea
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr:nth-child(2n+3):hover {
    background-color: #cee6fb
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr:nth-child(2n):hover {
    background-color: #fdfdfd
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr td {
    padding: 10px 30px;
    font-size: 15px
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr td:nth-child(n+2) {
    border-left: 1px solid #aaa
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr td.widget-name {
    text-align: left
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr td input.widgets-checkbox {
    width: 20px;
    height: 20px
}

.widgets-filter-container .widgets-filter-form .widgets-filter-table tr td input.widgets-checkbox:before {
    font-size: 40px;
    margin: -9px 0 0 -13px
}

.widgets-filter-container .widgets-filter-form .widgets-filter-submit {
    float: right;
    margin-top: 15px;
    margin-bottom: 2px;
    padding: 15px 30px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    box-shadow: 0 5px 0px #468246;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: #58b758;
    cursor: pointer
}

.widgets-filter-container .widgets-filter-form .widgets-filter-submit:hover {
    margin-top: 17px;
    margin-bottom: 0;
    box-shadow: 0 3px 0 #468246
}

.widgets-filter-container .widgets-filter-form .widgets-filter-submit:active {
    outline: none
}
