﻿#welcome_bar {
    text-align: left;
    font-size: 14pt;
    background-color: #F5F5F5;
    border-top: 3px solid #D5D5D5;
    padding: 10px;
    line-height: normal;
    text-align: justify;
}

#disclaimer {
    margin: auto;
    text-align: justify;
    font-size: 0.8em;
    color: #777;
}

.bottom_nav_link {
    text-align: right;
    padding: 0 0 20px 0;
    width: 98%;
}

.h_space {
    width: 100%;
    height: 20px;
}

table.verify td {
    padding: 10px 3px 10px 3px;
}

    table.verify td:first-child {
        text-align: right;
    }

    table.verify td:nth-child(2) {
        font-weight: bold;
    }


.vaus_edittable td {
    padding: 10px;
}

    .vaus_edittable > tbody > tr > td:first-child {
        text-align: right;
        white-space: nowrap;
        background-color : #d6ecff;
    }

.vaus_customtable {
    padding: 0;
}

.vaus_customtable > tbody > tr > td {
    padding: 0;
}

.vaus_customtable > tbody > tr:last-child {
    background-color: antiquewhite;
}

