﻿
.eff-col-spacer {
    width: 25px;
}

.eff-col-parameter{
    width:250px;
    font-size:16px;
}

.eff-col-input {
    width: 150px;
    font-size: 16px;
}

.eff-col-source {
    width: 150px;
    font-size: 16px;
}

.eff-treatment {
    text-align: left;
    font-weight: 600
}

.eff-parameter {
    text-align: left;
    font-weight: 400
}

.eff-container {
    display: flex;
    justify-content: space-between; /* Adjusts space between divs */
    padding: 20px;
}

.eff-left, .eff-rigth {
    flex: 1; /* Equal width for both divs */
    margin: 10px;
    padding: 20px;
    border: 0px solid #ccc; /* Light border */
}

.eff-header-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.scrollable-div {
    max-width: 100%; /* Adjust the width as needed */
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents content from wrapping to the next line */
}