#consultantProfile {
    margin: 25px 4%;
}
h1 {
    font-size: 22px;
    margin: 0 0 5px;
}
h2 {
    font-size: 17px;
    margin: 0 0 15px;
}
.sectionHeader {
    font-size: 16px;
    margin: 10px 0px 5px;
    border-bottom: 1px dotted #999;
    width: 98%;
    background-color: #EFEFEF;
    padding: 3px 9px;
}
.title {
    font-size: 20px;
}
td.fieldRow {
    padding: 0 10px;
}
.categoryValue {
    margin-left: 7px;
}
.categoryName {
    border-bottom: 1px dotted #999;
    font-weight: bold;
}
.categoryWrapper {
    float:left;
    width:45%;
    margin-right:4%;
    min-height: 120px;
}
input#printProfile, a#editProfile, input#claimProfile, input#claimProfileNotLoggedIn, input#expressInterest, input#exportProfile {
    float: right;
    margin: -30px 0 0 13px;
}
.ui-dialog.ui-widget {
    font-size: 1.8em;
}
a#editProfile {
    margin: -34px -4px 0 0;
}
.name {
    font-weight: bold;
    font-size: 20px;
    margin-left: 4px;
}
#goBack {
    float: right;
    margin: -28px 0 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}
