.tctable {
    border: none;
    font-weight: 300;
    font-family: "Frutiger", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1.4em;
    box-sizing: border-box;
    border-collapse: collapse;
  }

  .tctable tr td:first-child {
    width: 40px;
  }

  .tctable td {
    vertical-align: top;
    text-align: left;
    min-width: 40px;
    padding: 5px;
  }

  .tcrow td {
    font-weight: bold;
    font-family: "breuer_condensed", arial, helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25em;
  }

  .tcrow {
    font-size: 1.2em;
  }

  .post-content {
    margin-bottom: 10px;
  }