.table-container {
	/* position: absolute; */
	top: 50%;
	left: 50%;
	background: #601b1b;
	/* transform: translate(-50%, -50%); */
}

table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	overflow-y: scroll;
min-width: 707px;
background: #601b1b;
}

th,
td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

th {
	text-align: left;
}

thead th {
	background-color: #601b1b;
	}


tbody tr:hover {
			background-color: rgba(255,255,255,0.3);
		}
	
tbody td {
position: relative;
}
/* tbody td:hover
{
	background-color: rgba(255,255,255,0.2);

}

 tbody td:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -9999px;
		bottom: -9999px;
		background-color: rgba(255,255,255,0.2);
		z-index: -1;
	} */

	
