﻿body {

}

.Custom_table_0 table {
   
    border-collapse: collapse;
    margin-top:0px;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width:400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width:100%;

 

}
    .Custom_table_0 thead tr {
        background-color: #161515;
        color: #ffffff;
        text-align: left;
        position: sticky;
        margin-top:0px;
        top: -20px; /*This cover the space on the top */
        
        
    }
 
    .Custom_table_0 tbody tr {
        border-bottom: 1px solid #dddddd;
       
    }

        .Custom_table_0 tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .Custom_table_0 tbody tr:last-of-type {
            border-bottom: 1px solid #009879;
        }







    /*@media  screen and (max-width: 769px) {
         table {
       
        }

             table thead tr {
                display: none;
            }

           table tr {
                display: block;
            }

           table th, table td {
                padding: .5em;
            }

             table td {
                text-align: right;
                display: block;
                font-size: 1em;
            }

                table td::before {
                    content: attr(data-title)"; ";
                    float: left;
                }

             tbody tr:nth-child(event) {
            background-color: gray;
            color: #fff
        }
    }*/
  
