﻿.MainContent
{
    min-width: 460px;
}

.labelNameStyle
{
    font-size: 17px;
    font-weight: bold;
    font-family: Arial;
}
.addresslabelStyle
{
    font-size: 11px;
    font-family: Arial;
}

.labelsStyle
{
    font-size: 11px;
    font-family: Arial;
}

.halfWidth
{
    width: 48%;
}

.completeWidth
{
    width: 100%;
}

.bold
{
    font-weight: bold;
}

.boxContent
{
    text-decoration: none;
    display: block;
    width: 95%;
    left: 0px;
    padding: 0px 2% 0px 2%;
    margin: 0px;
    border: 0;
    color: Black;
}

.SubBoxContent
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    left: 0px;
    display: block;
    width: 95%;
    padding: 2px 10px;
    margin: 1px;
    border: 0;
    color: #333;
}

.FieldsetSection div
{
    margin-top: 5px;
}

.bulletListStyle
{
    font-size: 11px;
    font-weight: normal;
    color: #666;
    margin-top: 1px;
    padding-left: 25px;
}

.bulletListStyle li
{
    margin: 2px;
}

.bulletNoListStyle
{
    margin: 0px;
    padding: 0px;
}

.bulletNoListStyle ul
{
    list-style-type: disc;
}

.bulletNoListStyle li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.bulletNoListStyle li:before
{
    content: "- ";
}
.bulletNoListStyle li:first-child:before
{
    content: "";
}

.ButtonsPlaces
{
    width: auto;
    text-align: right;
    margin-right: 10px;
}

.SubLegend
{
    font-size: 10px !important;
    font-weight: bold;
    margin-left: 5px;
}

.ColumnNameAndAddress
{
    width: 65%;
}

.UserAlternativeEmailsDiv
{
    margin-left: 5px;
}

.UserAlternativeEmailsDiv div div
{
    margin: 7px 10px;
}