/*! 
    Use this stylesheet to override any Tailwind defaults.  This was created against tailwind v8.0.1
*/

.sectionheader {
    font-size: 1.5em;
    color: #03543f;
}

.defaultlink {
    text-decoration: underline;
}
.defaultlink:hover {
    text-decoration: none;
}

.sina-table-stripes tr:nth-child(even) {
    background-color: #f6f6f6;
}

.sina-table-border {
    border: 1px solid #808080;
}

.sina-table-cell-margin tr td {
    padding: 0.3em;
}

.sina-table-label {
}

.sina-table-value {
    font-weight: bold;
    text-align: right;
}
