
	.exchange.table .table {
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
        border: 0;
    }
	
	.exchange .table .odd {
		background: #fff;
	}
	
	.exchange .table .even {
		background: #F7F3F7;
	}
		.portal-dp .exchange .table .even {
			background: transparent;
		}
		
		.exchange .table td {
			padding: 4px 7px;
			text-align: center;
		}
		
			.exchange .table .code {
				font-weight: bold;				
			}
				.portal-dp .exchange .table .code {
					font-weight: normal;
					text-align: left;
					padding-left: 0;
				}
				
			.portal-dp .exchange .table .course {
				padding-left: 33px;
				padding-right: 33px;
			}
			
			.exchange .table .positive_trend {
				background: url('/img/cp/positive_trend.gif') right 0 no-repeat;
				text-align: right;
				color: #0869AD;
			}
			
			.exchange .table .negative_trend {
				background: url('/img/cp/negative_trend.gif') right bottom no-repeat;
				text-align: right;
				color: #EF004A;
			}
			
			
			.portal-dp .exchange .table .positive_trend {
			    padding-right: 21px;
				background: url('/img/dp/positive_trend.gif') 100% 50% no-repeat;
				color: #323232;
			}

			.portal-dp .exchange .table .negative_trend {
				padding-right: 21px;
				background: url('/img/dp/negative_trend.gif') 100% 50% no-repeat;
				color: #323232;
			}
