/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Author: Vimal Patel
Template: twentytwentyfive
Version: 1.0
*/

/* Import parent styles */
@import url("../twentytwentyfive/style.css");

/* Add your custom CSS here */

a.reference-tooltip
{
    color: blue;
}

b, strong {
    font-weight: bold !important;
}

/* Hide next/prev buttons for paul pdf */
#ngg-imagebrowser-85a56a1e8e9d9e1f8dda7668423568b9-26 .ngg-imagebrowser-nav {
    display: none !important;
}

