h1, h2, h3 {
    color: rgb(1, 134, 134);
}

h3 span {
    color: #000;
    font-size: 90%;
    font-style: normal;
}

p.disclaimer {
    font-style: italic;
    text-align: right;
    color: rgba(255, 35, 35, 0.5);
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr,
td {
    border: none;
}

td {
    padding: 0.2rem;
    font-weight: 300;
}

thead td,
tfoot td {
    color: rgb(1, 134, 134);
}

thead tr {
    border-bottom: solid 1px rgb(141, 141, 141);
}

tbody tr:nth-child(even) {
    background-color: rgba(157, 206, 206, 0.3);
}

tfoot tr {
    border-top: solid 1px rgb(141, 141, 141);
}

ul.warning {
    list-style: none;
    color: rgb(212, 92, 36);
}

.cover th {
    padding: 0.2rem;
    text-align: right;
    border: none;
    color: rgb(1, 134, 134);
}

.cover td {
    padding: 0.2rem;
    border: none;
}

.cover td.spacer {
    display: block;
    height: 60px;
}

.summary th {
    padding: 0.2rem;
    text-align: left;
    border: none;
}

.summary th.units {
    text-align: left;
}

.summary td {
    padding: 0.2rem;
    border: none;
}

span.pl {
    font-size: 7px;
    font-style: italic;
}