body * {
    font-family: Aptos, Calibri, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.25em;
}

li {
    list-style-type: none;
}

.strong {
    font-weight: bold;
}

.letterBody {
    font-size: 1em;
}


span.desc {
    text-decoration: underline dotted;
}

.closer {
    font-style: italic;
}

.span_dt {
    font-weight: bold;
    text-decoration: underline;
}

.spspan_dd {
    font-weight: normal;
}

.dateLineTop {
    text-align: right;
}

.dateLineBottom {
    text-align: right;
}

.indexPageContainer {
    margin: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;

}
.indexPageColum {
    padding: 10px;
}

hr {
    height: 2px;
    color: #dddddd;
}

.letterBody {
    column-count: 4;
    column-gap: 20px;
    column-rule: 1px solid #dddddd;
}

.multicolor-border {
    width: 200px;
    height: 100px;
    border-left: 10px solid; /* Define the border width */
    border-image: linear-gradient(to bottom, white, #ffffcc, #eeeeee, #dddddd, #aaaaaa, #555555, black) 1;
    border-right: 10px solid; /* Define the border width */
    border-image: linear-gradient(to top, white, #ffffcc, #eeeeee, #dddddd, #aaaaaa, #555555, black) 1;
}

.autographScan {
    bottom: 2em;
    height: 67vh;
}

.letterPage {
    height: 100%;
    width: 100%;
    padding: 0em;
    margin: 0;
}

.textTranscript {
    height: 33vh;
}

.outputArea {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}