/*
Theme Name: July Twenty Four
Theme URI: https://demo.e-zonetech.net/
Author: Jarah Technologies
Author URI: https://e-zonetech.net/
Description: Multipurpose and responsive WordPress theme designed for a wide range of uses. Whether you're creating a blog, portfolio, business site, or online store, this theme offers a clean and modern design with customizable features to suit your needs. It includes multiple layout options, color schemes, and widget areas, making it easy to create a unique and professional website.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, multipurpose, customizable, blog, portfolio, business, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.form-table {
   border: none;
   border-collapse: collapse;	
}

.form-table td {
    border: none;
}

.form-table {
	tbody, td, tfoot, th, thead, tr {
		border-color: none;
		border-style: none;
		border-width: 0;
	}
	
	table td, table th {
		padding: 10px;
		line-height: 1.5;
		vertical-align: center;
		border: none;
	}
	table tbody tr:hover > td, table tbody tr:hover > th {
 	   background-color: none !important;
	}
}
