/* Hide specific images by their class or ID */
.img-to-hide {
    display: none ;
}

/* Hide specific data by their class or ID */
.data-to-hide {
    display: none;
}

.circle{
    max-width:5px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}



