 .tab-button {
        display: block;
        margin-bottom:3px;
      cursor: pointer;
      border: none;
      background: none;
      text-align: left;
      font-size: 16px;
      color: #000000;
      padding:0px;
      border-bottom:2px solid white;
    }


    .tab-button.active {
      border-bottom:2px solid black;
    }

    .content {
      flex-grow: 1;
      padding: 2em;
    }


    .tab-content {
      display: none;
      
    }

    .tab-content p {
        margin: 0 0 6px 0;
        padding:0px;
    }

    .tab-content h1 {
        font-size: 24px;
        margin-bottom: 1em;
    }

    .tab-content.active {
      display: block;
    }


    table {
  table-layout: fixed;
  border-collapse: collapse;
}

tr {
  padding-bottom: 10px;
  display: block;
}

tr > td:first-child{ 
font-weight:bold;
padding-right:1em;
vertical-align: top;
min-width:70px;
text-align:right;
}
