

/* table.main {
    background-image: url("doctorwebsite.jpg");
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  } */

  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;
    }
    th.last {
        text-align: right;
        color: white;
        font-size: 25px;
        width: 18%;
    }
    
    th.first {
        text-align: left;
        color: white;
        width:27%;
    }
    

table.a {
    
   
    width:100%;
    
  
    background:  linear-gradient(to bottom, #0066ff 0%, #00ccff 100%);
    padding: 10px;
   
}
table.center {
    width: 100%;
   
}



table.b {
   
    width: 100%;
}

table.line {
    width: 100%;
    height:20px;
    background:   radial-gradient(circle, rgba(193,207,232,1) 21%, rgba(218,213,235,1) 34%, rgba(228,234,237,1) 80%, rgba(226,175,195,1) 6661%);
}


th.cLeft {
    
 
    
    
}


table.c {
    
   width: 100%;
    padding: 40px;
}

th.tLeft {
    background:radial-gradient(circle,rgba(237,247,252,1) 8%, rgba(237,247,252,1) 12%);   
    text-align: left;
    border-radius:25px;
    color: rgb(114, 111, 111);
    font-size:20px;
    border: 10px solid white ;
   
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: orange;
    width: 60%;
}

th.tRight {
    background:radial-gradient(circle,rgba(237,247,252,1) 8%, rgba(237,247,252,1) 12%);   
    text-align: left;
    border-radius:25px;
    text-align: center;
    color: #ed4864;
    font-size:25px;
    border: 10px solid white ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 40%;
}

table.foot {
    width:100%
}