
.table-for-divi-builder {
	background: #6a2eb6;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 35px 10px rgba(106, 46, 182, .28);
	box-shadow: 0 0 35px 10px rgba(106, 46, 182, .28);
}

.table-for-divi-builder .module-desc {
	margin: 0 0 20px;
}

.table-for-divi-builder .module-table {
	background: #fff;
	color: #000;
	padding: 15px;
}

.tfdt_module_row {
	margin: 0 0 -1px !important;
}

.tfdt_module .table-for-divi {
	overflow: auto;
}

@media (max-width:767px) {
	.tfdt_module .table-for-divi {
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
		box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	}
}

.table-row {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.table-row .table-col {
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid #ccc;
	padding: 8px;
	width: 100%;
}
