.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	background-color: rgba(0, 0, 0, .9) !important;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr:first-child {
	background-color: #0e4650;
	color: white;
}

table th, table td {
	border: 1px solid black;
	padding: 8px;
	text-align: center;
}

table thead tr {
	background-color: #2e7d32;
	color: white;
}

@media (max-width: 767px) {
	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	
	table::-webkit-scrollbar {
		height: 8px;
	}
	
	table::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	
	table::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 4px;
	}
	
	table::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
}

.envelope-awesome-social {
	background: #00778b;
}

@media (max-width: 767px) {}