/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* Member Portal Nav styles */
.portal-nav {
    border-left: 1px solid;
}
.portal-nav .user-name {
    font-size: .8em!important;

}
.portal-nav .user-name i{
    padding-right: 5px;
 }
.btn.button{
    border-radius: 0;
}