@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;600&display=swap');

body {
	margin-top: 1rem;
	padding: 0 0.75rem;
	font-size: 11pt;
	COLOR: black;
	font-family: 'Hind', Verdana, Geneva, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

body > a {
    margin-top: 0.8rem;
    color: #e9b817;
}

body > b {
    color: #000;
    background-color: #e9b817;
    border: 1px solid #000;
    border-radius: 0.3rem;
    padding: 0.3rem 0.3rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    font-size: 16px;
}

hr {
    height: 1px;
    background-color: #183518;
    border: none;
}

h2 {
    font-size: 20px;
    margin-bottom: 0.6rem;
}

h5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12pt;
}

.protHeader {
    display: inline-block;
    padding-bottom: 0.5rem;
    height: 24px;
    background-color: #e9b817;
    color: #000;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    text-transform: uppercase;
}

pre {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    overflow: scroll;
    font-size: 10pt;
    display: inline-block;
}

pre b {
    position: relative;
    top: -6px;
}

span.r0 {
    position: relative;
    display: block;
    width: max-content;
    background-color: #E6E6E6;
    width: 100%;
}

span.r1 {
    position: relative;
    display: block;
    width: max-content;
    background-color: white;
    /* width: 100%; */
}

a span.r1 {
    display: inline-block;
}

.r0,
.r1 {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
}

a[href="#top"] {
    display: inline-block;
    background-color: #e9b817;
    color: #000;
    padding: 0rem 0.5rem;
    border-radius: 0.24rem;
    text-decoration: none;
    font-size: 20px;
    line-height: 18px;
    padding-top: 6px;
    margin-left: 8px;
}