

button.x-button {
	background-color: transparent;
	border-color: transparent;
	position: absolute;
	top: 0;right:0;
	margin: 1px 23px;
	align-items: center;
	margin-left: 0px;
	border: none;
}
div.line-in{
	white-space: nowrap;
}
div.line-hide{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
}