/*
 *
 * City University of Hong Kong
 * ----------------------------
 * Site Specific CSS
 *
 */

/* ============================ Place your custom CSS here */
html {
    /* filter: grayscale(100%); */
}

span.deceased {
    border: 2px solid black;
    display: inline-block;
}

img.bibbase_icon {
  max-height: 16px !important;
}
.bibbase_icon { display: none; }

.cityu-header-name-lg .cityu-header-tagline,
.cityu-header-name-md .cityu-header-tagline {
  position: relative !important;
  margin-top: 0 !important; /* Removes the negative margin and sets it to 0 */
}