/* CSS Document */
.ancsil {
    background-color: #82B3A6;
    font: bold 14px Calibri;
    color: #fff;
    border: none; 
    border-radius: 10px; 
    padding: 5px;
    min-height: 30px; 
    min-width: 100px;
  }
.butsil{
   background-color: #82B3A6;
    font: bold 14px Calibri;
    color: #fff;
    border: none; 
    border-radius: 10px; 
    padding: 5px;
    min-height: 30px; 
    min-width: 100px;
    cursor: pointer; 
}
