﻿
#accuracySection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    padding-top: 10px;
}

    #accuracySection .left-contents {
        margin-right: 10px;
    }

    #accuracySection .right-contents {
        margin-left: 10px;
    }

    #accuracySection .tech-code {
        height: 310px;
    }

    #accuracySection .steps {
        margin-right: 40px;
    }

#estButtonSection {
    background-color: rgb(230, 230, 230);
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-top: none;
    border-width: 1px;
    margin-bottom: 14px;
    padding: 8px;
}

    #estButtonSection button {
        margin-right: 10px;
        padding: 2px;
        width: 80px;
    }

#evalGraphSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    padding-top: 10px;
}

    #evalGraphSection .left-contents {
        margin-right: 10px;
    }

    #evalGraphSection .right-contents {
        margin-left: auto;
        margin-right: 20px;
    }

    #evalGraphSection .eval-graph {
        border-color: rgb(0, 0, 0);
        border-style: solid;
        border-width: 1px;
        padding: 10px;
        width: 429px;
    }

#evalTablesSection {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    margin-left: 10px;
    padding-top: 10px;
}

    #evalTablesSection .table-container {
        height: 320px;
    }

    #evalTablesSection .left-contents {
        margin-right: 10px;
    }

    #evalTablesSection .right-contents {
        margin-left: 10px;
    }

#exampleSection {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    margin-left: 8px;
    padding-top: 10px;
}

    #exampleSection #exampleRefs {
        border-color: rgb(150, 150, 150);
        border-style: solid;
        border-width: 1px;
        margin-top: 10px;
        padding: 10px;
    }

    #exampleSection .left-contents {
        margin-right: 10px;
    }

    #exampleSection .ref-heading {
        font-weight: bold;
    }

    #exampleSection .right-contents {
        margin-left: 10px;
    }

    #exampleSection #structure {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #exampleSection .table-container .result {
        border-top-color: rgb(150, 150, 150);
        border-top-style: solid;
        border-top-width: 2px;
    }

.first {
    margin-top: 0px;
}

#introSection {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    margin-left: 10px;
    padding-top: 10px;
}

    #introSection .left-contents {
        margin-right: 10px;
    }

    #introSection .right-contents {
        margin-left: 10px;
    }

    #introSection .tech-code {
        height: 420px;
        margin-top: 0px;
    }

    #introSection .steps {
        margin-right: 40px;
    }

#onlineEditSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
}

    #onlineEditSection .left-contents {
        border-right-color: rgb(150, 150, 150);
        border-right-style: solid;
        border-right-width: 1px;
        padding-right: 15px;
    }

    #onlineEditSection .right-contents {
        margin-left: 15px;
    }

    #onlineEditSection #resultsTable {
        border-color: rgb(150, 150, 150);
        border-style: solid;
        border-width: 1px;
        margin-top: 30px;
    }

        #onlineEditSection #resultsTable .heading {
            background-color: rgb(240, 240, 240);
            border-bottom-color: rgb(150, 150, 150);
            border-bottom-style: solid;
            border-bottom-width: 1px;
            font-weight: bold;
            padding-bottom: 4px;
            padding-left: 8px;
            padding-top: 4px;
        }

        #onlineEditSection #resultsTable .contents {
            align-items: stretch;
            display: flex;
            padding: 10px;
        }

        #onlineEditSection #resultsTable #resultsValue {
            border-color: rgb(150, 150, 150);
            border-style: solid;
            border-width: 1px;
            color: rgb(0, 0, 255);
            flex-grow: 2;
            margin-right: 5px;
            padding: 4px;
        }

        #onlineEditSection #resultsTable #resultsUnits {
            border-color: rgb(150, 150, 150);
            border-style: solid;
            border-width: 1px;
            color: rgb(0, 0, 255);
            flex-grow: 1;
            margin-left: 5px;
            padding: 4px;
        }

    #onlineEditSection #tableInput input {
        color: rgb(0, 0, 255);
        margin: 1px;
        padding: 4px;
    }

#onlineInfoSection {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.1fr;
    padding: 10px;
}
