/* Overrides */
.vis-vertical.vis-odd {
  background-color: #29292a;
}

.vis-item.vis-range .vis-item-content {
  vertical-align: top;
}

.vis-item .vis-item-content {
  padding: 0;
}

.vis-item {
  border-color: #777;
  background-color: #555;
}

.vis-item.vis-box,
.vis-item.vis-range {
  border-radius: 0;
}

.vis-timeline {
  border: 0;
}

.vis-time-axis .vis-grid.vis-major,
.vis-time-axis .vis-grid.vis-minor {
  border-color: #343435;
}

.vis-time-axis .vis-text {
  color: #bbb;
}

/* Custom styles */
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: sans-serif;
  background-color: #1c1c1d;
  color: #bbb;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-around; /* Fallback */
  justify-content: space-evenly;
}

.game-thumbnail {
  display: block;
  width: 60px;
  height: 34px;
  object-fit: contain;
  object-position: left;
}
