body {
  font-family: Andale Mono;
  line-height: 1.4;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 10px;
  word-wrap: break-word;
  background: #fff;
  text-rendering: optimizeLegibility;
}

table {
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

table caption {
  text-align: left;
}

td,
th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

thead {
    background: #efefef;;
}

tbody tr:nth-child(even) {
  background: #efefef;
}

