#content table tr.title td.limits {}

	#content table tr.title td.limits .type {}

	#content table tr.title td.limits .limit_left {
	 float: left;
	 width: 45%;
	}

	 #content table tr.title td.limits .limit_right {
	  float: right;
	  width: 44%;
	 }

	#content table tr.title td.limits .limit_separator {
	 float: left;
	 width: 10%;
	}

#content table td.loss {
 color: #f88218;
}

#content table td.gain {
 color: #219d2b;
}

#content table td.loss .value, #content table td.gain .value {
 margin: 0 auto;
 width: 100px;
 height: 17px;
 line-height: 17px;
}

#content table td.loss .value .login, #content table td.gain .value .login {
 font-size: 10px;
 font-weight: normal;
}

#content table td.loss .stop, #content table td.gain .stop {
 margin: 1px auto;
 width: 100px;
 height: 11px;
 color: #fff;
 font-size: 10px;
 font-weight: normal;
 line-height: 11px;
}

#content table td.loss .stop {
 background-color: #f88218;
}

#content table td.gain .stop{
 background-color: #219d2b;
}