/**
 * Games Collector
 * https://github.com/jazzsequence/games-collector
 *
 * Copyright (c) 2017 Chris Reynolds
 * Licensed under the GPLv3+ license.
 */
.games-filter-group {
  display: block;
  padding: 0 0 2em; }

.game-title {
  font-size: 1.2em; }

.game-single {
  margin: 0 0 1em; }

.game-info {
  font-size: 0.9em;
  line-height: 1.1em; }
  .game-info span.game-min-players, .game-info span.gc-attribute {
    padding-right: 0em; }

div.game-attributes {
  display: block; }

svg.gc-icon {
  height: 1.1em; }
