table.landscape {
  width: 100%;
  font-size: 0.8em;
  table-layout: fixed;
}

table.landscape td, table.landscape th {
  border: 2px solid transparent;
  font-weight: normal;
  text-align: center;
  min-height: 3em;
}

td div, th div {
  overflow: hidden;
  text-overflow: ellipsis;
}

.x.axis {
  width: 25%;
}

.y.axis, .xy.axis {
  width: 10em;
}

table.landscape .x.axis {
  padding: 0;
  border-bottom: none;
  background-color: #4A6572;
}

table.landscape .x.axis div {
  padding: 0.25em 0em;
}

table.landscape .y.axis {
  margin: 0;
  padding: 0;
  background-color: #4A6572;
}

table.landscape .y.axis div {
  padding: 1em 0.5em 1em 0em;
  text-align: right;
}

table.landscape .green {
  background: #1EB980;
}

.cell {
  padding: 1em 0.25em;
}

.cell div {
  white-space: nowrap;
}

table.landscape .amber {
  background: #f4af41;
}

table.landscape .red {
  background: #FF6859;
}

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