body{
	margin: 0;
	}
	
.wrap{
	margin: 20px;
	}
.listtab{
	background-color: #fff;
	width: 100%;
	border: 1px solid #D0D0D0;
	border-left: 0;
	border-spacing:0 ;
	font-size: 14px;
	border-top: 0;
	}
.listtab td{
	border:0px;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	line-height: 28px;
	text-align: center;
	white-space: pre-wrap;
	}
.no_wrap{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap !important;
		padding: 0 10px;
	}