@charset "utf-8";
.symbols {
	width:100%;
	border:0;
	padding:0px;
	margin:0px;
}
.symbols td {
	border:0;
	margin:0;
	padding:1px 1px;
	text-align:left;
	vertical-align:middle;
}
.symbols tr:hover {
	background-color:#F0F3F9;
}
.smcandle, .smpivot, .smpf {
	display:block;
	width:20px;
	height:20px;
}
.smcandle {
	background-image:url(../images/candle.png);
}
.smpivot {
	background-image:url(../images/pivot.png);
}
.smpf {
	background-image:url(../images/pf.png);
}
.srsymbol {
	margin:5px 0 20px 0;
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.symbols-hi {
	background-color:#8DA7CB;
}
