/* style.css */

ol#profilelist {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol#profilelist li {
   line-height: 2em;
   padding-top: 0.4em;
   font-size: 1em;
   padding-left: 1em;
}

ol#profilelist span {
   width: 15%;
   float: left;
   text-align: left;
}

p.profile_usererror {
    color: red;
    font-weight: bold;
}

#modifyprofileform .custom-advice {
    color: red;
    font-weight: bold;
}

#modifyprofileform .pn-frontendformbuttons {
    text-align: left;
    margin-left: 14em;
}

#modifyprofileform .pn-frontendformbuttons button {
    background-color: transparent;
    border: 0;
    padding: 0;
}

div#pnprofile a.pnprofilenavicon {
    float: right;
    padding-right: 1em;
}

div.pn-profilelink {
    text-align: center;
    float: left;
}


/* styles for the navigation menu */
div#profile-navigation {
    text-align: center;
    margin-bottom: 20px;
}
div#profile-navigation a, div#profile-navigation a img {
    margin-right: 5px;
    margin-left: 5px;
}

/* styles for the navigation filter on main page */
div#profile-alphafilter {
    font-size: xx-small;
}

/* styles for the search form on main page*/
form#profile-search {
    text-align: center;
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 20px;
}
