dataset-selection {
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 5px;
    .container {
        display: block;
        height: 100%;
        width: 100%;
    }
    .list {
        display: block;
        width: 100%;
        height: calc(100% - 45px);
    }
    .button-panel {
        display: block;
        width: calc(100% - 5px);
        height: 30px;
        text-align: right;
        border-top: 1px solid #bdbdbd;
        padding: 5px 5px 5px 0px;
        margin-top: 3px;
    }
    .me-vs-selected-row {
        background-color: #B0E0E6!important;
    }
}