.record-embed {
	background-color: #FFF;
	color: #000;
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #333;
	width: 450px;
	position: relative;
}

.record-embed .image-container {
	float: left;
	width: 100px;
	text-align: center;
	overflow: hidden;
}

.record-embed .title {
	font-size: 11pt;
	font-weight: bold;
}

.record-embed .text {
	float: left;
	width: 60%;
}

.record-embed .logo {
	font-size: 9pt;
	float: right;
}

.record-embed .logo img {
	height: 30px;
	vertical-align: bottom;
	border: 0px;
}
