html {
    scroll-behavior: smooth;
}

body {
    background-color: #141414;
    color: #e6e6e6;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

h2 {
    color: #e59344;
    text-decoration-line: underline;
}

h3 {
    color: #e59344;
}

a {
    color: #e59344;
}

a:link, a:visited, a:active {
    color: #e59344;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.verticalLine {
    border-left: 2px solid #e59344;
    margin: 0 10px;
    height: 100%;
    overflow:auto;
}

.productionChainContainer {
    align-items: center;
    justify-content: center;
}

.component {
    border: 1px solid #99673A;
    color: #e6e6e6;
    padding: 5px;
    white-space: nowrap;
}

.contentBody {
    margin: 0 0 0 7%;
}

.infoBox {
    align-items: center;
    background-color: #212121;
    border: 1px solid #99673A;
    border-radius: 15px;
    flex-flow: row wrap;
    margin: 3em 11% 0 4%;
    padding: 0 2em 2em 2em;
}

.overview {
    display: inline-block;
    vertical-align: top;
}

.cellPrefix {
    text-align:left;
}

.cellSuffix {
    float:right;
}

.chainInputBox {
    border-bottom: 2px solid #99673A;
    border-radius: 5px 0 0 5px;
    border-left: 2px solid #99673A;
    border-top: 2px solid #99673A;
    margin: 0 50% 0 0;
    padding: 0 2em 2em 2em;
}

.formButton {
    background-color: #141414;
    border: 1px solid #e59344;
    box-shadow: none;
    cursor: pointer;
    color: #e59344;
    flex-direction: row;
    font-size: 1.05em;
    height:100%;
    margin: 0;
    overflow: hidden;
    padding: 3px;
}

.formButton:hover {
    text-decoration: underline;
    background-color: #99673A;
}

.toggleButton {
    background-color: #141414;
    border: none;
    box-shadow: none;
    cursor: pointer;
    color: #e59344;
    flex-direction: row;
    font-size: 1.05em;
    height:100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
