/**
 * Stylesheet for frontend/public with Fund Editor plugin
 *
 * @author     Kazimer Consulting LLC
 * @copyright  (c) 2010 - 2025 Kazimer Consulting LLC
 * @package    fund-editor
 * @version    5.8.0
 *
 */

/**
 * General fundTables styling and resets.
 */
.fundTables .hidden {
    display: none;
}
.fundTables table {
    width: 100%;
    max-width: 95vw;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
.fundTables table tr,
.fundTables table tr,
.fundTables table th,
.fundTables table td,
.fundTables table thead:first-child tr:first-child td, 
.fundTables table thead:first-child tr:first-child th {
    border: none;
    background-color: transparent;
}
.fundTables table tbody > tr:nth-child(2n+1) > td, 
.fundTables table tbody > tr:nth-child(2n+1) > th,
.fundTables table tbody tr:hover > td, 
.fundTables table tbody tr:hover > th {
    background-color: transparent;
}
