/* CSS Document */
/* raczej stosuj klasy niż id */
/*tu umieszczam moje style do stronki genealogicznej*/

.foot 
        {
        color:black;
        bottom:10px;
        height:20px;
        
        }
      
.text
        {
        color:darkblue;
        font-family:Arial,Helvetica;
        background: gray;
        text-align:left;
        line-height: 1.5;
        background-image:linear-gradient(silver, blue);
  
        }

.lista 
        { 
        list-style-type:none;
        }
                        
.tyly 
        {
        background:#DDDDDD;
        line-height: 1.5;
        }
        
.ramka
        {
        border:1px solid  black;
        }
 table {
        border-radius:24px;
        text-align:center;
        border-spacing:8px;
        border:2px solid black;
        background-color:#CBFFFF;
        filter:drop-shadow(4px 4px 2px blue);
      }

      table > caption {
        padding:1em;
      }

      table > tbody > tr > th {
        border:1px solid black;
        padding:1em;
      }

      table > tbody > tr > td {
        
        border:1px solid black;
        padding:1em;
      }

 
        
        