﻿.nk-blue{
    color: #00558C!important;
}
.intro-bottom-border{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bulleted-instructions{
    display:flex;
    flex-direction:column;
    text-align: left;
    padding-bottom: 30px;
}
.semibold{
    font-weight: 600;
}
.bulleted-instructions li{
    font-size: 16px;
    line-height: 24px;
}
#tool{
    background: #e5eef3;
}
.calculator-container iframe{
    width: 100%;
    min-height: 900px;
}
.calculator-container a.btn{
    width: fit-content;
    padding: 10px 30px;
    margin: 30px auto 15px auto;
}
#nk-additional-resources a.btn{
    width: fit-content;
    padding: 10px 30px;
}
#nk-additional-resources a.nk-blue{
    font-weight: bold;
    text-decoration: none;
}
#nk-additional-resources a.nk-blue:hover{
    text-decoration: underline;
}
.copyright{
    margin-top: 100px;
    margin-bottom: 45px;
}
.copyright p{
    margin-bottom: 14px!important;
}
#chartContainer {
    position: relative;
    height: 450px;
    margin-top: 30px;
    margin-bottom: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    table th, table td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: center;
    }

    table th {
        background-color: #00558c;
        color: white;
        font-weight: bold;
    }

    table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    table tr:hover {
        background-color: #f0f0f0;
    }

.brand-row {
    font-weight: bold;
}

.controls {
    pad
