.pad-10 {
	padding-right: 0;
	padding-left: 50px;
	padding-bottom:50px;
	padding-top: 50px;

}

#res0 table th {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	/*padding-right: 50px;
	padding-bottom: 5px;*/
	font-size: 18px;
	text-transform: uppercase;
	color: #f38142;
	font-weight: 300;

}
.rtl table th {
	position: relative;
	left: 80px;

}
tr td {
	padding-bottom: 15px dotted #000;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 44px;
	font-weight: 300;
	letter-spacing: 2px;
	/*letter-spacing: 1px;*/

}
#res0 table {
	width: 100%;
	height: 380px;
	/*overflow: auto;*/
}

#res0 {
	height: 380px;
	overflow: hidden;
	/*padding-left: 76px*/
}

.trade-ticker {
	color: #ffff;
	/*padding-top: 90px;*/
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#res0 table th {
		font-size: 14px;
	}
	#res0 tr td { 
		font-size: 12px;
	}
	.res {
		background-color: unset!important;
	}
	#res0 {
		padding-left: 0!important;
		height: 330px;
		overflow: hidden;
	}
	.pad-0 {
	/*padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 0px;*/
	padding-top: 20px;

}
.ticks p{text-align: justify;}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.trade-ticker {
		/*margin-left: 70px;*/
		overflow-y:auto;
	}
	
	#res0 {
		padding-left: 0;
		height: 430px;
		overflow: hidden;
	}
	table th {font-size: 16px;}
	.ticks p{font-size: 14px;}
	.ticks h2{font-size: 24px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.trade-ticker {
		/*padding-top: 50px;*/
		overflow: hidden;
	}
	table th {font-size: 16px;}
	.ticks p{font-size: 14px;}
	.ticks h2{font-size: 24px;}
}
