.resize-base 
{
	/*width: 100%;
	height: 100%;
	padding-right: 5px;
	border-right:solid 1px white;*/
	position: relative;
	
	
}
.resize-elem {
	left: 100%;
	top: 0px;
	width: 5px;
	height: 100%;
	margin-left: 0px;
	position: absolute;
	cursor: col-resize;
}
.resize-text {
	/*overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;*/
}