﻿body {
    --mud-typography-h1-size: 3.75rem;
    --mud-typography-h2-size: 3rem;
    --mud-typography-h3-size: 2.125rem;
    --mud-typography-h4-size: 1.5rem;
    --mud-typography-h5-size: 1.25rem;
    --mud-typography-h6-size: 1rem;
    --mud-typography-body1-size: 0.875rem;
}

body, html {
    height: 100%;
}

.mud-main-content {
    height: 100%;
}

.align-right input {
    text-align: right;
}

.solidborder td, th, table {
    border: 1px solid darkgrey;
    border-collapse: collapse;
    border-spacing: 0;
}

.validation-message {
    color: red;
    margin: 0;
    font-size: .75rem;
    text-align: start;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: .03333em;
}
