#cafe_bgg_collection .cafe_thumbnail {
  max-width: 40px;
  height: auto; }

.cafe-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.cafe-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px; }
  .cafe-header .anchor-button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    .cafe-header .anchor-button:hover {
      color: #fff;
      background-color: #c36;
      text-decoration: none; }

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