/* Prevent users from clicking on name in Forum topics */
#PAGEID_18011 .boxBodyInfoContainer
{
    pointer-events: none;
}


