﻿body {
}
#app_title
{
    text-align: center;
    font-size: 14pt;
    color: blue;
}
table
{
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}
table.blue_border
{
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    font-size: 10pt;
}
td.guide
{
    text-align: center;
}
td.info_medium
{
    font-size: 12pt;
    color: blue;
    text-align: center;
    height: 25px;
}
td.radiobutton
{
    width: 250px;
}
td.quantity
{
    width: 250px;
    text-align: right;
}
td.control
{
    width: 100px;
    text-align: center;
}
td.units
{
    width: 190px;
}
footer
{
    clear: both;
    border-bottom: 1px solid gray;
}
