<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ActorItem
{
	width:742px;
	margin-left:5px;
	margin-bottom:15px;
    padding:8px;
	font:bold 12px Arial;
    border-bottom:1px solid gray;
    overflow:hidden;
}
.ActorItem h4
{
	color:#a72b48;
	font:bold 14px Arial;
	text-decoration:none;
}
.ActorItem h5
{
	color:#a72b48;
	font:bold 14px Arial;
	text-decoration:none;
}
.ActorItem p
{
	color:GrayText;
	font:normal 14px Arial;
	text-decoration:none;
}
.ActorItem .Left
{
	width:545px;
	float:left;
    text-align:right;
}
.ActorItem .Right
{
	width:182px;
    height:137px;
	float:right;
    background:#e4e4e4;
    border-radius:10px;
}
.ActorItem .Right img
{
    margin:7px;
}
</pre></body></html>