/*
 * Simple Plus Child Style for Welcart Simple Plus Theme
 *
 * @package Welcart
 * @subpackage simple-plus_child
 * @since 1.0.0
 */

.item-description th{
	width:20%;
	text-align:center;
	color:#d33f1c;
	background-color:unset;
}

.item-description th,
.item-description td{
    border-right: none;
    border-left: none;
}