
  table {
    border: 0px;
    margin: 0px;
  } 

table.a {
    
   
    width:100%;
  
    background:  linear-gradient(to bottom, #0066ff 0%, #00ccff 100%);
    padding: 20px;
   
}
table.center {
    width: 100%;
    
}


th.last {
    text-align: right;
    color: white;
    font-size:30px;
    width: 20%;
}

th.first {
    text-align: left;
    color: white;
    font-size:30px;
    width: 30%;
}





table.c {
    
   width: 100%;
    padding: 30px;
}

th.tLeft {
    background: #EDFCFC;
    text-align: left;
    border-radius:25px;
    color: rgb(114, 111, 111);
    font-size:20px;
    border: 10px solid white ;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: orange;
    width: 100%;
}



table.foot {
    width:100%
}