/*
Theme Name: Customv
Theme URI: https://Customv.com
Description: Customv is a wordpress theme 
Author: Mikado Themes
Author URI: http://Customv.com/
Text Domain: grandprix
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
	.sp-data-table tr {
    border: 1px solid #f1f1f1 !important;
    margin-bottom: 5px !important;
}
.sp-data-table th, .sp-data-table td {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 5px 10px !important;
    text-align: center !important;
}
table {
    border-collapse: collapse; /* Ensures borders are collapsed */
}

th, td {
    border-left: none; /* Remove left border */
    border-right: none; /* Remove right border */
}