.topics {
    text-align:left;
    border:1.5px solid #65ab31;
    height: 6.75rem;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.topics-table {
    margin-left:auto;
    margin-right:auto;
}

.topics-table tbody tr:nth-child(odd) td:not(:first-child) {
    background-color: #faf0e6;
}

.topics-table td {
    padding: 0.3125rem;
    border: 1px solid white;
}

.topics-td-image {
    width: 4.375rem;
    height: 2.1875rem;
}

.topics-td-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.topics-table-date {
    font-size: clamp(0.5rem, 0.625vw, 1.2rem); /* 12px @ 1920px */
    width: 10rem;
}

.topics-table-note {
    font-size: clamp(0.6rem, 0.729vw, 1.4rem); /* 14px @ 1920px */
}

.greeting {
    display: flex;
    margin-bottom: 2rem;
}

.greeting > div:first-child {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.greeting-image-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.greeting-image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.greeting-div {
    flex: 0 0 70%;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.greeting-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.greeting-title-bar {
    border: 2px solid #80bc3d;
}

.greeting-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.greeting-text {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
    margin-top: 0.625rem;
}

.greeting-text-name {
    text-align: end;
}

.history {
    margin-bottom: 2rem;
}

.history-div {
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0.5rem;
    width: 100%;
}

.history-div table td {
    font-size: clamp(0.75rem, 0.9375vw, 1.25rem);
}

.history-title-bar {
    border: 2px solid #80bc3d;
}

.history-title-bar-mark {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #80bc3d;
}

.history-table-div {
    height: 8.75em;
    overflow-y: auto;
    border:1.5px solid #65ab31;
    margin-left: 0.5vw;
}

.history-table {
    margin-left:auto;
    margin-right:auto;
}

.history-table tbody tr:nth-child(odd) {
    background-color: #faf0e6;
}

.history-table td {
    padding: 0.3125rem;
    border: 1px solid white;
}

.history-table-date {
    font-size: clamp(0.6rem, 0.729vw, 1.4rem); /* 14px @ 1920px */
    width: 10.625rem;
}

.history-table-note {
    font-size: clamp(0.6rem, 0.729vw, 1.4rem); /* 14px @ 1920px */
}
