.ember-movenium-databasearray-container {
    border-left: 3px solid $dark-grey;
    padding-left: 10px;
}

.ember-movenium-databasearray-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.ember-movenium-databasearray-flex-item {
    margin-left: 10px;
    max-width: 200px;
    flex: auto;
}

div.ember-movenium-databasearray-plus {
    cursor: pointer;
    margin-bottom: 0.5em;
    height: 1.3em;
    width: 1.3em;
    border-radius: 50%;
    background-color: $add-button-color;
    color: white;
    font-size: 1.8em;
}
