.profile-text
{

}

.profile-text a
{
    color:                #0000ff;
}

.profile-text strong
{
    font-weight:          bold;
}

.profile-text em
{
    font-style:           italic;
}

.profile-text p
{

}

.profile-text ul
{
    list-style-type:       disc;
    list-style-position:   inside;
    margin:                0 0 0 10px;
}

.profile-text li
{
    list-style-position:   inside;
    margin:                0 0 5px 0;
    padding:               0;
}

.profile-text ul li
{
    list-style-type:       disc;
}

.profile-text ol li
{
    list-style-type:       decimal;
}

/* Hacks */
/* Our WYSIWYG seems to insert br between li's in lists */
.profile-text ul>br, .profile-text ol>br
{
    display:               none !important;
}
