<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vue-in-kb .nobulletlist li {
    list-style: none !important;
}
.vue-in-kb .calc-container,
.vue-in-kb .calc-sub-container {
    display: flex;
}
.vue-in-kb .calc-container h5 {
    white-space: nowrap;
}
.vue-in-kb .calc-container-second {
    display: flex;
    width: 100%;
    align-content: center;
    border-top: 2px solid #4a8fa4;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: space-around;
}
.vue-in-kb .calc-container button {
    font-size: 80%;
    background-color: #91d2c8;
    border-color: #4a8fa4;
    border-radius: 0.25em;
}
.vue-in-kb .calc-container button.clickable-button {
    cursor: pointer;
}
.vue-in-kb .calc-container button.selected-button {
    cursor: pointer;
    background-color: rgba(74, 143, 164, 0.8);
    border-color: #4a8fa4;
}
.vue-in-kb .calc-container select {
    border: none;
    border-radius: 0.25em;
    margin-bottom: 1em;
}
.vue-in-kb .calc-container &gt; #calc-input-panel,
.vue-in-kb .calc-sub-container &gt; #calc-left-sub-panel {
    padding-right: 1em;
}
.vue-in-kb .calc-container &gt; #calc-input-panel {
    border-right: 2px solid #4a8fa4;
}
.vue-in-kb .calc-container &gt; #calc-output-panel,
.vue-in-kb .calc-sub-container &gt; #calc-right-sub-panel {
    margin-left: 1em;
    flex-grow: 1;
}
.vue-in-kb .calc-container ul li label {
    margin-bottom: 0px;
}
.vue-in-kb .calc-container-second &gt; #calc-output-panel-chart {
    width: 80%;
}
.vue-in-kb .calc-container-second &gt; #calc-output-panel-chart canvas {
    width: 80%;
    margin: auto;
}
.vue-in-kb .calc-sub-container &gt; #calc-left-sub-panel {
    padding-right: 1em;
}
.vue-in-kb .calc-sub-container &gt; #calc-right-sub-panel {
    margin-left: 1em;
}
.vue-in-kb .clickable-text {
    cursor: pointer;
    color: #4a8fa4;
}
.vue-in-kb .canvas-container {
    margin-bottom: 24px;
}
.vue-in-kb .benchmark-table-grand-parent {
    width: calc(100vw - 400px);
}
.vue-in-kb .benchmark-table-parent {
    overflow-x: auto;
}
.vue-in-kb .benchmark-table {
    margin-bottom: 24px;
}
.vue-in-kb .benchmark-table th {
    white-space: nowrap;
}
.vue-in-kb .benchmark-table th,
.vue-in-kb .benchmark-table td {
    border: 1px solid #e1e4e5;
    padding: 8px;
    font-size: 0.9rem;
}
.vue-in-kb .benchmark-table td.clickable-cell {
    padding: 4px;
}
.vue-in-kb .benchmark-table td.clickable-cell button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
    cursor: pointer;
    background-color: rgba(145, 210, 200, 0.7);
    box-shadow: inset 0 0 10px rgba(245, 244, 244, 0.1);
    /* border: 1px solid #0a0a0a; */
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
.vue-in-kb .benchmark-table td.selected-cell button {
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(3, 185, 235, 0.1);
    background-color: rgba(74, 143, 164, 0.7);
}
.vue-in-kb .benchmark-table td.clickable-cell .btn-group-2d3d {
    display: flex;
    flex-wrap: wrap;
    min-width: 9em;
}
.vue-in-kb .benchmark-table td.clickable-cell .btn-group-2d3d button {
    flex: 1;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
}
.vue-in-kb
    .benchmark-table
    td.clickable-cell
    .btn-group-2d3d
    button:first-child {
    border-bottom: none;
    border-right: none;
    margin-bottom: 0;
    margin-right: 0;
    border-top-left-radius: 5px;
}
.vue-in-kb
    .benchmark-table
    td.clickable-cell
    .btn-group-2d3d
    button:nth-child(2) {
    border-bottom: none;
    border-left: none;
    margin-bottom: 0;
    margin-left: 0;
    border-top-right-radius: 5px;
}
.vue-in-kb
    .benchmark-table
    td.clickable-cell
    .btn-group-2d3d
    button:last-child {
    border-top: none;
    flex-basis: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vue-in-kb .image-icon {
    height: 100px;
    width: auto;
}
.vue-in-kb .elements-on-same-row {
    display: flex;
    margin: 0 0 24px;
    gap: 10px;
}
.vue-in-kb .align-text-on-same-row {
    white-space: nowrap;
    padding-right: 1em;
}
.vue-in-kb input.slider {
    min-width: 200px;
}
.vue-in-kb .box-around-elements {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.vue-in-kb .dropdown {
    position: relative;
    cursor: pointer;
    /* padding: 0.5em; */
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 24px;
}
.vue-in-kb .dropdown .dropdown-arrow {
    position: absolute;
    right: 1em;
    top: 0.5em;
}
.vue-in-kb .dropdown .dropdown-summary {
    padding: 0.75em;
    background-color: #f8f9fa;
}
.vue-in-kb .dropdown .dropdown-content {
    display: none;
    padding: 1em;
}
.vue-in-kb .dropdown-content.active {
    display: block;
}
</pre></body></html>