img {
border: 1px solid silver;
}

h3 {
        font-size: 1.1875rem;
    }

h4, .resource-meta .resource-link .resource-name, h1.site-title, .h4 {
  //  font-size: 1rem;
font-family: Helvetica, Arial, Sans-Serif;
}


/* Hide Universal Viewer download button */
.uv .uv-download,
.uv .uv-download-options {
    display: none !important;
}


/* 1. Hide the Universal Viewer absolutely everywhere */
.universal-viewer {
    display: none !important;
}

/* 2. Re-enable it only on single item pages */
body.item.resource.show .universal-viewer {
    display: block !important;
}

uv-icon uv-icon-download {
display: none !important;
]



