/**
Theme Name: jud6
Author: Pinellas County Business Technology Services
Author URI: https://pinellas.gov
Description: A child theme built on top of Astra for the new JUD6 website on WordPress.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jud6
Template: astra
*/


/* MEB Table mod */
/* Remove all borders */
table,
th,
td {
    border: none !important;
}

/* Add only a bottom border */
th,
td {
    border-bottom: 1px solid #d9d9d9 !important;
}

/* Remove the bottom border from the last row */
tbody tr:last-child td {
    border-bottom: none !important;
}
/* /MEB Table mod */