/*
Theme Name: Storefront Child
Theme URI: http://example.com/storefront-child/
Description: My first WooCommerce child theme
Author: Your Name
Author URI: http://example.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: storefront
*/

.custom_meta_table {
	font-size: 16px;
}

.custom_meta_table td {
    padding: .5em 0em .5em 0.3em !important;
}

.custom_meta_table td:first-child {
	width: 25%;
}