

table {
    border: 0px;
    margin: 0px;
  } 

  h1 {
   
    font-size: 25px;
   
    margin-top: 0px;
    margin-bottom: 1px;
    }
    
  h2 {
   
    font-size: 25px;
   
    margin-top: 0px;
    margin-bottom: 1px;
    }

table.a {
    
    width:100%;

   background: white;
   padding-top: 0px;

   
}

table.center {
    width: 100%;

    
}


th.last {
    text-align: right;
    color: white;
    width: 17%;
}

th.first {
    text-align: left;
    color: white;
    width:29%;
}

table.b {
   
    width: 100%;
}

table.line {
    width: 100%;
    height:20px;
    background: white;


}



table.c {
    
   width: 100%;
    padding: 0px;
}

th.tLeft {
    background: white ; 
    text-align: left;
    border-radius:10px;
    color: white ;
    font-size:35px;
    border: 5px solid white ;
   
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: orange;
    width: 100%;
}

th.tRight {
    background:  radial-gradient(circle,rgba(237,247,252,1) 8%, rgba(237,247,252,1) 12%); 
    text-align: center;
    border-radius:25px;
    border: 10px solid white ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 40%;
}

table.foot {
    width:100%
}