/* line 7, zeh.css.sass */
.zeh-abbr {
  margin-bottom: 1em;
  font-size: 112.5%;
  text-align: center; }
  /* line 11, zeh.css.sass */
  .zeh-abbr b {
    font-weight: bold;
    color: #65B7C6; }

/* line 15, zeh.css.sass */
.zeh-table {
  font-size: 75%;
  line-height: 140%; }
  /* line 19, zeh.css.sass */
  .zeh-table thead th[rowspan] {
    min-width: 7em; }
  /* line 21, zeh.css.sass */
  .zeh-table thead th {
    text-align: center;
    vertical-align: middle; }
  /* line 25, zeh.css.sass */
  .zeh-table tbody th {
    text-align: left; }
  /* line 27, zeh.css.sass */
  .zeh-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
    line-height: 140%; }
    /* line 32, zeh.css.sass */
    .zeh-table tbody td > span {
      display: inline-block;
      min-width: 3em;
      text-align: right; }
