#ViewFilters {
   background-color:#fffacd;
}
#Aggregations {
    background-color:#e6e6fa;
}

.nav-site {
  transition: transform 0.3s ease;
}
.nav-site:hover {
  transform: scale(1.2);
}
#Breadcrumb .item:last-child a:not(:first-child){
  padding:0 5px;
}
