.hor_sel_div {
	width:1140px;					
		padding:5;
		height:170px;
		overflow: hidden;
		overflow-x: scroll;
		 white-space:nowrap;
		 background:rgba(250,250,250,0.95);
		 box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.pointer {
	cursor:pointer;
	text-decoration:none;	
}
.pointer2 {
	cursor:pointer;
	text-decoration:none;	
}
.pointer:hover {
	text-decoration:underline;		
}
.dispos {
	overflow:hidden;
	font-size:10pt;
	line-height:1.25;
	width:120px;
	background:rgba(235,235,235,0.8);	
	padding-left:10;
}
.td_over {
	overflow:hidden;
}
.th {
	font-weight:300;
	background-color:#2c5545;
	color:white;
}
.td_s {
	border:1px solid white;
	border-radius:5px;
}
.td_s:hover {
	border:1px solid #2c5545;
}
.a_ord {
	text-decoration:underline;
	color:white;
	cursor:pointer;
}