.tub-dymamic-field-tree {
  float: left;
  overflow: auto;
  border: 1px solid #aaa;
  width: 49%;
  height: 200px;
  padding: 5px; }

.tub-dymamic-field-tree + .tub-dymamic-field-tree {
  margin-left: 10px; }

.dynm-source-selected, .dynm-target-selected {
  background-color: #ffffaa; }

.tub-file-editor-container {
  font-size: 12px;
  padding: 0px 10px 10px 10px;
  border-radius: 2px; }
  .tub-file-editor-container dynam-tree-container {
    margin-bottom: 10px; }
  .tub-file-editor-container .dynam-cf-list {
    height: 120px;
    overflow: auto; }
  .tub-file-editor-container .a-node {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .tub-file-editor-container h3 {
    margin: 0;
    padding: 5px 5px 10px 0px; }
  .tub-file-editor-container .tree-p .tree-p {
    padding-left: 12px;
    padding-bottom: 5px; }
  .tub-file-editor-container .t-key {
    color: olivedrab; }
  .tub-file-editor-container .t-tip {
    color: dimgray; }
