/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
        table.custom-table {
            border-collapse: collapse;
            width: 100%;
            max-width: 600px;
        }
        table.custom-table th, table.custom-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        table.custom-table th {
            background-color: #f2f2f2;
            font-weight: bold;
            width: 40%;
        }