  /* grid5 */

  .grid5 {
    column-gap: 0;
    display: grid;
    font-size: 11px;
    grid-template-columns: 34px 50px 100px 94px auto;
    padding: 0;

    div:nth-child(-n + 5) {
      background-color: var(--title);
      margin-bottom: 0.3em;
      padding: 0.2em 1em; 0.2em 0.5em;
      font-weight: bold;
      }

    div:nth-child(n + 6) {
      padding: 1px 1em; 1px 0.5em;
      border-bottom: 1px solid lightgray;
      }

    div:nth-child(5n + 1) {
      text-align: right;
      }

    div:nth-child(5n + 3) {
      text-align: right;
      }

    div:nth-child(5n + 4) {
      text-align: right;
      }
    }

  /* */

  .upper {font-size:11px; padding:0.3em 0 0.3em 0; text-transform:uppercase;}

