#body {
  width: 640px;
}

.game {
  white-space:nowrap;
}
.game i {
  color: #777;
}
.game > div, .col-names > div {
  display: inline-block;
  vertical-align: middle;
}
.col-names {
  margin-bottom: 3px;
}
.col-names > div {
  font-weight: bold;
  color: #888;
}

.game .date, .col-names .date {
  min-width: 130px;
  color: #888;
}
.game .name, .col-names .name {
  min-width: 200px;
}
.game .codebot, .col-names .codebot {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 21px;
  margin-bottom: -1px;
}
.game .status, .col-names .status {
  margin-left: 10px;
  min-width: 80px;
}

.game .status.playing {
  color: #88aaff;
}
.game .status.victory {
  color: #00ff00;
}
.game .status.defeat {
  color: #ff4444;
}

.game .play-btn i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
