variable-selection {
    #me-vs-container {
        float: left;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 10px;
    }
    .me-vs-sub-container {
        float: left;
        width: 100%;
        height: calc(100% - 48px);
    }
    .me-vs-button-panel {
        float: left;
        margin-top: 5px;
        padding: 5px;
        padding-bottom: 0px;
        width: calc(100% - 7px);
        border-top: 1px solid #bdbdbd;
        text-align: right
    }
    .me-vs-title {
        font-size: 13px;
        float: left;
        width: 100%;
    }
    .me-vs-select {
        width: 100%;
        margin-top: 5px;
        height: 22px;
    }
    .me-vs-sub-block2 {
        float: left;
        width: 100%;
        height: calc(100% - 42px);
        border: 1px solid #bdbdbd;
        margin-top: 5px;
    }
    .me-vs-sub-block2 .left {
        float: left;
        width: calc(50% - 1px);
        height: 100%;
        border-right: 1px solid #bdbdbd;
    }
    .me-vs-sub-block2 .right {
        float: left;
        width: 50%;
        height: 100%;
    }
    .me-vs-variable-detail {
        float: left;
        padding: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .me-vs-vd-name,
    .me-vs-vd-label {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        word-wrap: break-word;
    }
    .me-vs-vd-label {
        font-style: italic;
    }
    .me-vs-title.inner {
        margin: 10px 0 5px 0px;
    }
    .me-vs-vg-block {
        float: left;
        width: calc(100% - 10px);
        padding: 5px;
        border: 1px solid #bdbdbd;
    }
    span.me-vs-vg-list {
        width: 100%;
        float: left;
        height: 18px;
    }
    .me-vs-vc-block {
        float: left;
        width: calc(100% - 10px);
        height: calc(100% - 150px);
    }
    .me-vs-vc-list {
        float: left;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 5px;
        border: 1px solid #bdbdbd;
    }
    .me-vs-vc-row {
        float: left;
        width: 100%;
        min-height: 15px;
        padding-top: 5px;
    }
    .me-vs-vc-row:nth-child(even) {
        background: #F6F6F6;
    }
    .me-vs-vc-column.one {
        width: 30%;
        float: left;
    }
    .me-vs-vc-column.two {
        float: left;
        width: 70%;
    }
    .me-vs-selected-row {
        background-color: #B0E0E6!important;
    }
    .overlay {
        width: 98%;
        height: 92%;
        position: absolute;
        z-index: 99;
        text-align: center;
        top: 35px;
    }
}