.gridlist-toggle{
  display: block;
  clear: both;
  margin: 0 0 1em 0;
  line-height: 1em !important;
}
.gridlist-toggle a {
  display: inline-block;
  padding: 8px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-family: sans-serif !important;
  font-size: 1em !important;
  background-color: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  border-radius: 6px
}
.color-schema-0-dark .gridlist-toggle a {
  background-color: rgba(255, 255, 255, 0.1);
}
.gridlist-toggle #list {
  border-radius: 6px 0 0 6px;
}
.gridlist-toggle #grid {
  border-radius: 0 6px 6px 0;
}
.gridlist-toggle a em {
  display: none;
}
.gridlist-toggle a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}
.gridlist-toggle a.active {
  background-color: var(--efeed-blue-dark-color);
  cursor: default;
}

.gridlist-toggle span:before {
  line-height: 1;
  height: 1em;
  width: 1em;
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
}

#grid span:before {
  content: "\f00a";
}

#filter span:before {
  content: "\f0b0";
  cursor: pointer;
}

#list span:before {
  content: "\f00b";
}

#filter {
  float: right;
}