.wpmtst-button-group .label, .wpmtst-filters-dropdown .label {
    font-size: 14px;
    font-style: italic;
    display: block;
}

.wpmtst-button-group li {
    background:none;
    color: black;
    display: inline;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 0px solid black;
}

.wpmtst-button-group > ul {
    padding: 0;
}

.wpmtst-button-group li:hover {
    border-bottom: 1px solid black;
}

.wpmtst-button-group li.is-checked {
    font-weight: 700;
}

/* Dropdown filters */

.wpmtst-filters-dropdown select {
    background:none;
    cursor: pointer;
    padding: 8px 5px;
    margin-bottom: 5px;
    width: 100%;
    border-color: #E6E6E6;
}

.wpmtst-filter-container-top {
    margin-bottom: 35px;
}

.wpmtst-filter-container-bottom {
    margin-top: 35px;
}

.wpmtst-filters-byrating {
    display: flex;
    align-items: center;
}

.wpmtst-filters-byrating #wpmtst_rating_filter label {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    height: 20px;
}
.wpmtst-filters-byrating #wpmtst_rating_filter {
    line-height: 20px;
    height: 20px;
}

.wpmtst-filters-byrating span.label + .rating-filter {
    margin-left: 10px;
}

.wpmtst-filters-byrating #wpmtst_rating_filter label#star-clear {
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}