/* css styles */


/*  Making the links grey instead of blue */
a {
    color: black; /* Set the color to black */
    /*font-style: italic; /* Set the font style to italic */
}

/* Make main sections in the sidebar bold */
.sidebar h2, .sidebar h3 {
    font-weight: bold;
}

/* Optional: Change style for hovered or focused links if desired */
a:hover,
a:focus {
    color: #C4C4C4; /* Ensure the color remains black when hovered or focused */
    font-style: italic; /* Ensure the font style remains italic when hovered or focused */
}

/*  Making the unclicked tabset tabs grey */

.panel-tabset .nav-tabs > li > a {
    color: #C4C4C4; /* Lighter grey for inactive tabs */
    font-weight: normal; /* Default weight */
    padding: 5px 9px;
}

.panel-tabset .nav-tabs > li.active > a,
.panel-tabset .nav-tabs > li.active > a:focus,
.panel-tabset .nav-tabs > li.active > a:hover {
    color: black; /* Color when active */
    font-weight: 900; /* Extra bold when active */
}

.centered-header {
    text-align: center;
}

#IndivNetworks-tabset .nav-tabs > li > a {
    font-size: 14px; /* Adjust the size as needed */
    padding: 5px 9px;
}

#GroupNetworks-tabset .nav-tabs > li > a {
    font-size: 14px; /* Adjust the size as needed */
    padding: 5px 9px;
}

#SmallTabs-tabset .nav-tabs > li > a {
    font-size: 14px; /* Adjust the size as needed */
    padding: 5px 9px;
}

