
.btn.btn-dt-col-vis {
	color: #fff;
	background-color: #7d58ff;
	font-size: 14px;
	line-height: 1.6em;
}


.btn.btn-dt-col-vis {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.333em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid transparent;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.btn.btn-dt-col-vis:hover {
	color: #7d58ff;
	background-color: #fff;
	border: 1px solid #7d58ff;
}



