﻿.a-tab-container {
    padding: 12px 36px;
}

.a-sectionhead {
    padding-top: 12px;
    font-weight: 500;
}

.a-field-title {
    font-size: 0.825em;
    font-weight: 500;
}

.a-pagehead {
    font-size: larger;
    font-weight: 500;
}

.a-div-relative {
    position: relative;
}

.a-align-right {
    position: absolute;
    right: 0;
}

.a-align-bottom {
    position: absolute;
    bottom: 0;
}

.a-align-bottom-pad {
    position: absolute;
    bottom: 0;
    padding-bottom: 3px;
}

.a-flex-container {
    display: flex;
    flex-wrap: wrap;
}

.a-flex-child-l {
    flex: auto;
}

.a-flex-child-r {
    display: block;
    justify-content: flex-end;
}

.a-info-font {
    font-size: 0.8em;
}

