#stopreportsCurrent {
 height: 20px;
 overflow: hidden;
 background-color: #f4faf4;
 text-align: center;
 line-height: 20px;
}

	#stopreportsCurrent_result {
	 display: none;
	}

		#stopreportsCurrent_result .title {
		 display: inline;
		 font-weight: bold;
		}

		#stopreportsCurrent_result .block {
		 display: inline;
		 margin: 0 10px 0 10px;
		}

		#stopreportsCurrent_result .field, #stopreportsCurrent_result .field_gain, #stopreportsCurrent_result .field_loss {
		 display: inline;
		 font-weight: bold;
		}

		#stopreportsCurrent_result .field_gain {
		 color: #219d2b;
		}

		#stopreportsCurrent_result .field_loss {
		 color: #f88218;
		}