﻿.QuoteBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #6C7A6F;
	letter-spacing: 0.01em;
	width: 530px;
	height: 120px;
}

.visibleBox 
{
	width: 540px;
	height: 120px;
	overflow: hidden;
	border: solid 0px black;
}

.QuoteTitle
{
	padding-top: 15px;
	margin-left: 20px;
}
.QuoteContent
{
	font-weight: bold;
	margin-top: 5px;
	margin-left: 80px;
	margin-bottom: 5px;
	height: 40px;
}
