﻿.maxWidth
{
    margin: 0 auto;
    text-align:center;
    width:95%;
    font-size: x-large;
    font-weight: bold;
    text-shadow:none !important;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.minWidth
{
    margin: 0 auto;
    text-align:center;
    width:70%;
    font-size: x-large;
    font-weight: bold;
    text-shadow:none !important;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.parentlogo {
    width: 100%;
}

.childlogo {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    background-image: url("../Images/AppLogo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 50px;
    margin-top: 10px;
    display: table;
    width: 100%;
}

.VersionNo {
    bottom: 1px;
    position: relative;
    font-size: 12px;
    color: grey;
    display: block;
    line-height: 10px;
    padding-top: 5px;
}

