a{
    color: #5bc5f2ff;
}
a:hover{
    color: rgb(91, 174, 242);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-bottom: solid;
    border-bottom-color: #5bc5f2ff;
    border-bottom-width: 2.5px
  }
.copy-button {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
    margin-left: 10px;
    background: transparent;
}

.copy-button:hover {
    background-color: #5bc5f2ff;
}
h1{
    font-size: 2rem;
}
h2{
    font-size: 1.5rem;
}
h3,h4,h5,h6{
    font-size: 1.2rem;
}
body{
    font-size: 1rem;
}

td>a.external[href]:after {
    content: none;
}
td {
    font-size: 14px;
}


@media print{
    @page {
        margin-left: .6in;
        margin-top: .6in;
        margin-bottom: .4in;
        margin-right: .4in;
      }

    body {
        margin: 0;
        margin-left: 10px;
        font-size: 11pt;     /* Adjust font size for print */
        color: #000;         /* Set text color to black for better readability */
      }

          /* Adjust headers */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid; /* Avoid page breaks after headers */
    }
        
    /* Adjust paragraphs */
    p {
        widows: 2; /* Avoid single lines at the top of a page */
        orphans: 2; /* Avoid single lines at the bottom of a page */
    }

    /* Other print-specific styles */
    a {
        color: #000; /* Make links black */
        text-decoration: none; /* Remove underline from links */
    }

    .article.grid-right {
        margin-top: 0px;
        margin-left: 0px;
    }
    /* Hide elements not needed for print */
    .sideaffix {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .footer {
        display: none;
    }
}

#language-selector {
    width: auto;
    margin-left: 4px;
}