table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b7bbbd;
}

td:first-child,
th:first-child {
	background-color: #f9f9f9;
}

table th,
table td {
	border-bottom: 1px solid #b7bbbd;
}


table th {
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
	background: #eeeeee !important;
	font-weight: 600;
	text-transform: none;
	color: #000000;
}

table ul {
	margin: 0 0 0 20px;
}

.bigtable {
	width: 100%;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.bigtable_outer {
		position: relative;
		max-width: 100%;
	}

	.bigtable {
		overflow-x: scroll;
		background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0, linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 50px 100%, 15px 98%;
		background-attachment: local, scroll;
	}

	.bigtable table {
		margin-bottom: 10px;
		border-collapse: collapse;
		width: auto;
		min-width: 100%;
		table-layout: auto;
	}
}