.hidden-print
{
    display: none;
    visibility: hidden;
    height: 0;
    line-height: 0;
    position: absolute;
}

.visible-print
{
    display: inline-block;
    visibility: visible;
}

#pnlMasterPageInfo
{
    height: auto;
}

.header
{
    /*background-color: #F2B600;*/
    position: static;    
    border-bottom: 1px solid Black;
}

    .header a.brand
    {
        background-image: none;
        height: auto;
        text-indent: 0;
        width: auto;
    }

.bg-start,
.alert
{
    color: #000;
}


.row-fluid [class*="span"]
{
    width: 100% !important;
    margin-bottom: 2em;
    margin-left: 0;
}
