.ui-widget-content{
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size:14px;
  font-weight: 400;
  line-height: 19.6px;
}

#detrack-attribute-mapping-expert{
  background-color:#d6d6d6;
  border:1px solid rgb(229,229,229);
  padding-left:5px;
  padding-right:5px;
  padding-bottom:7px;
}


#detrack-attribute-mapping-expert h4{
  padding-bottom:7px;
  margin-top:0px;
}

.detrack-delete-attribute-icon{
  padding-right:5px;
}

.detrack-attribute-mapping-expert-instructions{
  width:auto;
  padding-left:20px;
  display:inline-block;
  vertical-align: top;
}

.detrack-attribute-mapping-expert-instructions h2{
  margin-top:0px;
  height:auto;
}

.detrack-attribute-mapping-expert-code{
  width:100% !important;
  font-family:monospace !important;
  overflow-y: scroll;
}

.detrack-attribute-mapping-expert-accordion-col-left{
  display:inline-block;
  width:50%;
  height:100%;
}

.detrack-attribute-mapping-expert-code-preset-code-warning svg.fa-lock{
  color:red;
  padding-right:10px;
  clear:both;
}

.detrack-attribute-mapping-expert-code-custom-code-info svg.fa-lock-open{
  color:green;
  padding-right:10px;
  clear:both;
}

.detrack-attribute-mapping-expert-accordion-col-right{
  display:inline-block;
  width:50%;
  float:right;
}

.detrack-attribute-mapping-expert-console-output{
  width:100%;
  background-color:#e6e5e5;
  font-family:monospace;
  overflow-y:scroll;white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}
