/*
	Theme Name: Flatsome Child
	Description: Multi-Purpose Responsive WooCommerce Theme
	Author: UX-Themes
	Template: flatsome
	Version: 1.0
*/

.single table{
    border-collapse: collapse;
}
.single table th{
    text-align: center;
    font-weight: bold;
    padding: 10px 5px !important;
    background: #005485;
    color: #fff;
}
.single .content_post{
    color: #000;
}
.single table tr,
.single table th,
.single table td{
    border: 1px solid #ddd;
    padding: 5px;
}