ul.pageLinks {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}

ul.pageLinks li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

ul.summaryList {
    margin: 0;
}

ul.summaryList li {
    display: block;
}

/* Had to use id selector only to override the '#pageContainer a:link' selector */
#profileMenu a:link {
    text-decoration: underline;
}

.profileSection {
    margin-top: 20px;
}

.profileSection div.profile:last-child {
    margin-bottom: 20px;
}

.profileSection h4 {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.odd {
    background-color: #EEEEEE;
    border-top: 0.5px solid #CCCCCC;
    border-bottom: 0.5px solid #CCCCCC;
    margin-bottom: 0;
}

.profileHeader {
    font-size: 13px;
    padding: 20px 10px 0;
}

.profile {
    /*min-height: 70px;*/
    margin-bottom: 10px;
    padding: 10px;
}

.profile > div:not(.profileSelection),
.profileHeader > div:not(.profileSelection) {
    padding-right: 10px;
}

.profileSelection {
    width: 20px;
    float: left;
    line-height: normal;
}

.default {
    background-color: #EDF2F6;
    border-top: 1px solid #D6E2EB;
    border-bottom: 1px solid #D6E2EB;
}

ul.profileActions {
    display: inline-block;
    margin: 0;
}

ul.profileActions li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.actionButtons {
    margin-bottom: 20px;
}

.actionIcons {
    width: 16%;
    float: left;
}

.download-image-align{
    padding-left: 2px;
}
