div.dataTables_wrapper {
    width: 90%;
    margin: 0 auto;
	overflow: auto;
}
.button-container {
	position: relative;
	top: 0%;
	right: 0%;
	float: right;
	height: 100%;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.56);
	display: flex;
	justify-content: space-between;

}

.button-text-container.grow {
	width: 300px;
}

.button-text-container {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/sidebar-4.jpg");
	background-repeat: no-repeat;
	background-size: 150% ;
	z-index:500;
	display: flex;
	align-items: center;
	justify-content: center;
	
	overflow: hidden;
	width: 0px;
	transition: width 1s;
}

.button-icon-container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}