/* Profile management */
#profile select { width: auto }
#profile .hidden { display: none }
#boxA #profile ul li,
#profile ul li
{
    background: transparent;
}
#boxA #profile ul li a,
#profile ul li a
{
    display: block;
    padding-left: 20px;
    background: transparent url('https://www.aamc.org/contentblob/45012/2/icon-item.gif/data.gif') 0 2px no-repeat;
    text-decoration: none;
}
#boxA #profile ul li a.selected,
#profile ul li a.selected
{
    background-image: url('https://www.aamc.org/contentblob/45014/2/icon-item-done.gif/data.gif');
}
#boxA #profile ul li p,
#profile ul li p
{
    padding-left: 20px;
}
