/*
The code below is for the structure and placement of the Thought box
*/
#thoughtbox {
	margin-top: 22px;
	width: 132px;
	border: 1px solid #7C97AE;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 132px;
	padding: 2px 2px 2px 2px;
	background-color: #7C97AE;
}
.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #13567D;
	font-weight: normal;
	width: 132px;
	padding: 3px 5px 3px 5px;
}
/*---End of Diner Sales box---*/