﻿@media screen
{
    .unsizedregularindent
    {
        width: 80%;
        float: left;
        margin-right: 0px;
        font-family: Verdana;
        font-size: 16px;
        color: #000000;
    }

    .firstunderlinedheader
    {
        width: 30%;
        float: left;
        margin-right: 25px;
        border-bottom: solid 1px black;
        font-family: Verdana;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }

    .underlinedheader
    {
        width: 20%;
        float: left;
        margin-right: 25px;
        border-bottom: solid 1px black;
        font-family: Verdana;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }

    .regularindent
    {
        width: 20%;
        float: left;
        margin-right: 25px;
        font-family: Verdana;
        font-size: 16px;
        color: #000000;
    }

    .firstregularindent
    {
        width: 30%;
        float: left;
        margin-right: 25px;
        font-family: Verdana;
        font-size: 16px;
        color: #000000;
    }

    .shippingregularindent
    {
        width: 20%;
        float: left;
        margin-left: 33%;
        font-family: Verdana;
        font-size: 16px;
        color: #000000;
    }

    .shippingsecondindent
    {
        width: 20%;
        margin-left: 3%;
        float: left;
        font-family: Verdana;
        font-size: 16px;
        color: #1D523C;
    }

    .regularindentmaroon
    {
        width: 20%;
        float: left;
        margin-left: 33%;
        font-family: Verdana;
        font-size: 16px;
        color: Maroon;
    }

    .secondindentmaroon
    {
        width: 20%;
        margin-left: 3%;
        float: left;
        font-family: Verdana;
        font-size: 16px;
        color: Maroon;
    }

    .button
    {
        display: block;
    }
}

@media print
{
    .button
    {
        display: none;
    }
}
