.vaso-form
{
    width: 60%;
}

.vaso-usernameDropDown
{
    width: 300px;
}

.leftColumn
{
    display: inline-block;
    width: 47%;
    vertical-align: top;
    text-align: center;
    padding: 1%;
}

.rightColumn
{
    display: inline-block;
    width: 47%;
    vertical-align: top;
    text-align: center;
    border-left: 1px;
    border-style: solid;
    padding: 1%;
}

.vaso-highlightedLink
{
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #4e2583;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

a.vaso-highlightedLink:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.vaso-adminTables-subheading
{
    text-align: center;
}

/* hide email line in footer */
.footercontact .adt-footer-email,
.footercontact .adt-footer-email + br
{
    display: none;
}

.adt-font-error
{
    color: #a91721 !important;
}

table.dataview caption
{
    display: none;
}

div.wicket-modal div.w_caption
{
    height: 2.4em;
}
