



                        @scope (.APE-TABLE)
                        {
                                :scope                                  
                                { 
                                        border-collapse: collapse; 
                                        width:90%; 
                                        float:right; 
                                        margin-right:7px; 
                                        
                                }
                                :scope th, td                          { border:1px solid green; background:white; padding-right:5px; }
                                /* :scope tr:hover                         { background-color: coral;}  */

                                :scope  td:nth-of-type(1n+2),
                                :scope  tr:nth-of-type(1) td:nth-of-type(1n+2)            { background-color:yellow }

                                :scope  td[colspan]                     { background-color: white;}     
                                :scope  td.section-heading              { outline:2px solid black; text-align:center; font-weight:600; }
                                /* :scope tr:nth-of-type(1)                { margin-bottom:20px; } */
                                :scope tr:nth-of-type(3) td,
                                :scope tr:nth-of-type(4) td                    { background-color:white; }
                                
                                /* .spacer                         { background:white; outline:none; } */
                                
                                :scope table tr:hover                         { background-color: coral; outline:3px solid green; } 
                        }