/* public.css additions for download button */
.ft-download-btn { margin-left: 12px; }
.ft-table-wrap { overflow-x:auto; }
.ft-table { width:100%; border-collapse: collapse; font-family: inherit; }
.ft-table th, .ft-table td { padding: 12px 10px; border:1px solid #eee; text-align:left; }
.ft-table th { background: rgba(128,128,128,0.07); color:#008080; font-weight:700; }
/* assets/public.css */

/* Existing styles */
.ft-table{ 
    /*width:100%; */
    /*border-collapse: collapse; */
    font-family: 'DM Sans', sans-serif; /* custom font */
    font-size: 0.9em; /* custom size */
    color: #000000; /* custom color */
    font-weight:600;
}
