/* Enter Your Custom CSS Here */
tbody tr{
		vertical-align: top;

}

.wp-block-table thead{
		color: lightgray;
		text-align: left;
}
.wp-block-table td{
		background-color: #00000099;
		text-align: left;
}

.wp-block-table th{
		background-color: #00000099;
		color: lightgray;
		text-align: left;
			
}
.has-black-background-color{
		background-color: #00000099;
}