.trat-table .trat-header {
    background-color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 12px;
    font-family: RopaRegular;
    font-size: 1rem;
    color: #FFFFFF;
}

.trat-table .trat-body {
    border-bottom: 1px dotted #000000;
    display: flex; 
    justify-content: space-between;
    padding: 0 0 12px;
    font-size: .70rem;
    line-height: 1.7em;
}

.trat-table .trat-body .trat-body-lft  {
    font-weight: bold;
    width: 27%;
}

.trat-table .trat-body .trat-body-rgh  {
    width: 73%;
}

.trat-data-sub {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
}
.trat-data-sub::-moz-focus-inner {
    border: 0;
    padding: 0;
}