.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 4.5rem;
    }
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 1000px;
    margin: 1em auto;
    /* height: 620px; */
    border: 1px solid #f8f8f8;
}

/* .highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
} */

:root {
    --main-border-color: #ced4da;

}

.description,
.simchart,
.parameters,
.results {
    float: left;
}


.simchart {
    /* width: 830px; */
 }

input {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: textfield;
}

#msg {
    text-align: left;
    /* color: #cd2929; */
    /* border: 1px solid darkgreen; */
    /* border-radius: 0.25rem; */
    font-size: '16px';
    /* background-color: #eee; */
    padding: 5px;
    margin: 5px;
}


.white {
    color: white;
    padding-inline: 5px;
}


.tableSeparator {
    max-height: 1px;
    height: 1px;
}


.mytable {
    border-collapse: collapse;
    /* border-top: 1px solid #ddd;
    margin-top: 1em; */
    width: 100%;
}

.mytable tr,
.mytable td {
    text-align: left;
    vertical-align: middle;

    padding: 4px;
    border-bottom: 1px solid rgba(128, 128, 128, .2);
    /* border-bottom: 1px solid rgba(205, 41, 41, .2);; */


}

.mytable tr:nth-child(odd) {
    /* background-color: #eee; */
}

.col {
    padding: 3px;
    min-width: 45%;
}

.underline {
    text-decoration: underline;
}


