﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    color: #000000;
}

.header{
    font-weight: bold;
    font-size: 1.75em;
    border-bottom: 1pt solid #8000ff;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.appGroup {
    font-weight: bold;
    font-size: 1.25em;
}

.homeButton {
    float: right;
    font-size: .5em;
}

.bold {
    font-weight: bold;
}

.counterError {
    color: Red;
    font-weight: bold;
}

.counterWarning {
    color: #CCCC00;
}

.rounded-frame{
    margin: 1em 1em 1em 1em;
    border: 3px solid black;
    padding: 1em 1em 1em 1em;
    border-radius: 1em;
}

.background-white
{
    background-color: rgba(255, 255, 255, 0.85);
}

.float-right
{
    float: right;
}

.align-center
{
    text-align: center;
}

.clear-both
{
    clear: both;
}

.fineprint 
{
    font-size: .75em;
}