body {
    margin: 0;
}

.pre-command {
    background-color: #0A0A0A;
    color: #FFFFFF;
    padding: 10px;
}

.pre-result {
    background-color: #EFEFEF;
    color: #202020;
    padding: 10px;
    font-size: 14px;
    line-height: 1.35em;
    /* font-family: 'Roboto', mono; */
}

.pre-code {
    /* background-color: #DDFFDD; */
    background-color: #FBE9AC;
    color: #202020;
    padding: 10px;
    font-size: 14px;
}

.container {
    margin-left: 10px;
    margin-right: 10px;
}

.header-background {
    width: 100%;
    margin: 0;
    background-color: #CC5070;
}

.footer-background {
    width: 100%;
    margin: 0;
    background-color: #CC5070;
}

.header {
    max-width: 800px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    color: #FFFFFF;
}

.header-container {
    padding-bottom: 10px;
}

.header-title {
    font-size: 48px;
    /* font-weight: 700; */
    display: inline-block;
    margin-right: 15px;
}

.header-subtitle {
    font-size: 24px;
    display: inline-block;
    margin-right: 20px;
}

#header-hipi-release {
    font-size: 13px;
    display: inline-block;
}

.content {
    max-width: 800px;
    font-family: 'Roboto', sans-serif;
    margin-left:auto;
    margin-right:auto;
    line-height: 1.37em;
    margin-top: 40px;
}

.content ul{
    line-height: 1.83em;
}

.top-menu {
    list-style-type: none;
    border-top: solid;
    border-width: thin;
}

.top-menu a{
    color: #FFFFFF;
    text-decoration: none;
}

.top-menu ul li {
    display: inline-block;
}

.top-menu ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.top-menu-item {
    padding-right: 20px;
}

.footer {
    max-width: 800px;
    font-family: 'Roboto', sans-serif;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

#hipi-copyright {
    text-align: center;
    /* margin-top: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#hipi-copyright:after {
    content: "Copyright © 2025 Mark Dootson";
}

.perldoc-overview h2 h3 {
    margin-top: 30px;
}

.constants-table {
    width: 100%;
}

.constants-td-left {
    width: 33%;
}

.constants-td-right {
    width: 66%;
}

table.constants-table {
    border-collapse: separate;
    border-spacing: 0 7px;
}

.perldoc-method {
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 15px;
    /* background-color: #E9ACFB; */
    border-top: solid;
    border-width: thin;
    border-color: #808080;
    margin-top: 30px;
}

.perldoc-function {
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 15px;
    /* background-color: #E9ACFB; */
    border-top: solid;
    border-width: thin;
    border-color: #808080;
    margin-top: 30px;
}

.return-to_top {
    font-size: 14px;
    float:right;
    margin-top: -35px;
}

ul.method-list{
    line-height: 1.35em;
}

ul.sub-method-list{
    line-height: 1.35em;
}

ul.function-list{
    line-height: 1.35em;
}

ul.sub-function-list{
    line-height: 1.35em;
}


.hipi-command {
    font-family: 'Roboto Mono', monospace;
    font-size: 19px;
    font-weight: 700;
    padding: 15px;
    background-color: #404040;
    color: #FFFFFF;
    margin-top: 15px;
}

h3 {
    color: #808080;    
}

.index-list {
    margin-top: 10px;
}

.index-list dt {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
}

.index-list dd {
    font-size: 19px;
    margin-bottom: 10px;
}

.energenie-command h2 {
    margin-top: 50px;
}

.energenie-command h3 {
    margin-top: 35px;
}