button {
  background: black;
  color: white;
  border: 0;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}

button:hover, button:focus {
  background: #6ddfc8;
  color: black;
}




ul {
  list-style: none;
}

.checkbox-list {
  
  
  
  
}

.clear-list {
  margin-top: 5px;
}

.clear-all {
  margin-top: 15px; 
}

.filters {
  padding: 15px;
  background-color: #eee;
  margin-bottom: 30px;
  
}



.filter-color{
  color: white;
}
.filter-color:focus,
.filter-color:active,
.filter-color:hover{
 color: #6ddfc8;
}
.row{
  padding: 0px !important;
}
.col-md-12{
  padding: 0px !important;
}