.ete-sidebar {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 1%;
    margin-top: 12px;
}
.filter-buttons a.filter {
    font-family: Montserrat;
    font-weight: bold;
    color: #40210A;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
}
.filter-outer {
    padding: 5% 10% 0 10%;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    margin-top: -1%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.filters-filter label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700;
    color: #40210A;
    font-family: 'Montserrat';
}
.select-outer {
    position: relative;
}
.filters-filter select {
    background: #e8e8e8;
    width: 100%;
    height: 39px;
    line-height: 35px;
    min-height: 35px;
    display: block;
    margin-bottom: 10px;
    color: #43474C;
    border: 1px solid #43474C;
    border-radius: 10px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
}
.select-outer:after {
    content: '\2304';
    font-size: 22px;
    padding-right: 6px;
    position: absolute;
    right: 0;
    top: -5px;
}
.filters-filter select option {
    font-family: Montserrat;
}
#blogFilterForm .btn-default {
    border-radius: 10px;
    line-height: 1.4rem;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #747474;
    text-align: left;
}
#reset_filters {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    min-height: 30px;
    display: inline;
    cursor: pointer;
    background-color: #fff;
    color: #168dc5;
    border: 1px solid #168dc5;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 1em;
    width: 100%;
    border-radius: 10px;
}


.multiselect-container {
  max-height: 200px;
  overflow-y: auto;
}
.multiselect-chips span {
  display: block;
  margin-bottom: 5px;
}
  
#blogFilterForm .multiselect.dropdown-toggle{
	white-space: break-spaces;
}