/* === Begin Node Styles ===  */

.s2a-node-group {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  /* Negative margins are countered with positive margin in the children to make a gutter possible. */
  margin-left: -3px;
  margin-right: -3px;
}

.s2a-node-select {
  flex-basis: 300px;
  flex-grow: 1;
  margin-left: 3px;
  margin-right: 3px;
}

.s2a-node-details {
  flex-basis: 700px;
  flex-grow: 1;
  margin-left: 3px;
  margin-right: 3px;
}

.s2a-node-caption {
  line-height: 24px;
  background: #bed;
  border-radius: 4px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  background-color: #C9E4FF;
  margin-bottom: 12px;
}

.s2a-node-title
{ margin-left: 6px;
  font-weight: bold;
  overflow-x: hidden;
  white-space: nowrap;
}

.s2a-node-separator > .table-table-box
{ padding-top: 12px; }

/* === End Login Styles ===  */
