/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/**************************************
 *  WP Block Table
 * ***********************************/
.wp-block-table table tr th:first-child,
.wp-block-table table tr td:first-child,
.wp-block-table table tr th:last-child,
.wp-block-table table tr td:last-child,
.wp-block-table table td {
	padding: 0.5em;
}