﻿#resultList .url cite
{
	color: #0E774A;
	font-size: 0.1em;
	font-style: normal;
        visibility:hidden;
}

/* Could add the following back in if the search ever encompasses when multiple 

#resultList a[href*="DataProtectionConsole"]:before
{
    content: "Data Protection Console | ";
}

#resultList a[href*="VMEdition"]:before
{
    content: "VM Edition | ";
}


#resultList a[href*="ServerBackup"]:before
{
    content: "Server | ";
}

#resultList a[href*="Failover"]:before
{
    content: "Recover | ";
}

#resultList a[href*="Endpoint"]:before
{
    content: "Endpoint | ";
}
*/