/*
   tadviceadd.css
                           */
  
  
.headimg {
    border: 0;
    height: 100px;
    width: 600px;
    margin: auto;
    display: block;
}

table.center, table.centercc {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #fff;
    border-radius: 10px;
    max-width: 740px;
}
  

@media screen {
    .noscreen {
        display: none;
    }
}

@media print {
    .noprint {
        display: none;
    }
    
    table.centercc { 
       width: 78%;
    }
}


