﻿/* images to not print */
.noPrint 
{
    display: none;
}

/* for printing only element */
.ProfilesSearchResults_Table td
{
    border-bottom: solid 1px #000000;
}