@charset "UTF-8";
.bottom-table-filter {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.bottom-table-filter .chevron-right {
  position: relative;
}
.bottom-table-filter .chevron-right:after {
  font-family: "FontAwesome";
  content: "";
  color: grey;
  font-size: 18px;
  position: absolute;
  right: -7px;
  bottom: 3px;
}

/*# sourceMappingURL=table.css.map */
