.nodeBoxHeader {
  min-height: 10px;  
  display: flex;
  flex-basis: auto;
  // align-items: bottom;
  justify-content: space-between;
}

.nodeWbsId {
  padding-right: 15px;
  font-size: 0.9rem;
  color: #2568E4;
}

.nodeTitle {
  font-size: 1.0rem;
  color: #113E92;    
  font-size: 1.0rem;
  font-weight: bold;
  // text-align: center;
  flex: 1 1 auto;
  cursor: pointer;
}