.relationships-tab {
    height: 100%;
}

.relationship-editor {
    height: calc(100% - 70px);
}

.relationship-editor-list {
    height: 100%;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.relationship-editor-list-primary .mg-bootstrap-table {
    margin-right: 15px;
}

.relationship-editor-list-secondary .mg-bootstrap-table {
	margin-left: 5px;
}

.relationship-editor .row:first-child {
    height: calc(100% - 52px);
}
