/* Style sheet used for macro command list */
.RH-LAYOUT-CENTERPANEL-topic-box h4, .RH-LAYOUT-FOOTER-container h4 {
  margin-left: 1em;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.usage, .RH-LAYOUT-FOOTER-container p.usage {
  font-family: 'Courier New','Courier','Lucida Sans Typewriter','Lucida Typewriter','monospace';
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 2em;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.example_code, .RH-LAYOUT-FOOTER-container p.example_code {
  font-family: 'Courier New','Courier','Lucida Sans Typewriter','Lucida Typewriter','monospace';
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 2em;
  padding: 10px;
  background: #ededed;
  border-width: 1px;
  border-left: 3px;
  border-style: solid;
  border-color: #909090;
  border-left-color:green;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.description, .RH-LAYOUT-FOOTER-container p.description,.RH-LAYOUT-CENTERPANEL-topic-box 
p.example_text, .RH-LAYOUT-FOOTER-container 
p.example_text {
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-bottom: 8px;
  margin-left: 2em; 
}
.RH-LAYOUT-CENTERPANEL-topic-box ul, .RH-LAYOUT-FOOTER-container ul {
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 2em; 
}

.RH-LAYOUT-CENTERPANEL-topic-box table, .RH-LAYOUT-FOOTER-container table {
  margin-left: 2em;
}

.RH-LAYOUT-CENTERPANEL-topic-box p.Macro_Description_Warning, .RH-LAYOUT-FOOTER-container p.Macro_Description_Warning {
  /* custom warning for macros */
  color: rgb(35, 140, 35);
  margin-top: 10pt;
  margin-bottom: 10pt;
  /*margin-left: 0px;*/
  --prefix-size: 1.3em;
  --prefix-gap: 12px;
  --list-indent: 0pt;
  margin-left: calc(var(--list-indent) + var(--prefix-size) + var(--prefix-gap));
  padding: 6pt;
  border: solid 2px rgb(140, 180, 225);
  background-color: rgb(239, 242, 249);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-repeat: no-repeat;background-image: url('../../../assets/images/Icons_and_Symbols/BadgeWarning.png');
  background-position: 9px 4px;
  padding-left: 23pt;
}
