﻿.text-page-container {
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    padding: 10px;
    min-width: 400px;
    margin-right: 8px; /*compensate right side for blazor's body indent*/
    margin-bottom: 20px;
}

.first-header {
    margin-top: 0 !important;
}

.indented {
    margin-left: 25px;
}

.double-indented {
    margin-left: 50px;
}

.text-page-header {
    margin-top: 10px;
    font-family: var(--application-font-family);
}

.text-page-text {
    margin-top: 10px;
    font-family: var(--application-font-family);
}