/* CSS Document */
.symbolContainer {
	float: left;
	width: 150px;
	text-align: center;
	font-size: small;
}
#symbols {
	width: 500px;
	text-align: center;
	display: block;
	margin-left: 90px;
	margin-bottom: 20px;
}
#symbols:hover {
	cursor:  pointer;
}
