<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.h-in-my-firm i,
.h-to-my-firm i{
	margin-right: 7px;
}
.h-in-my-firm .tom{
	display: none;
}
.h-in-my-firm .inm{
	display: inline-block;
}
.h-in-my-firm,
.h-in-my-firm:hover,
.h-in-my-firm:active{
	background-color: #f4f4f4;
    border-color: #ddd;
    color: #444;
}
.h-in-my-firm:hover{
	border-color: #bcbcbc;
}
.h-in-my-firm i{
	opacity: 0.8;
}

.h-to-my-firm .tom{
	display: inline-block;
}
.h-to-my-firm .inm{
	display: none;
}
</pre></body></html>