/* This is a CSS file */

.debug-row{
  padding:5px;
  border-bottom:2px solid #a0a0a0;
  font-size:12px;
  color:#303030;
  overflow-wrap: break-word;
}

.debug-row h6{
  display:block;
  font-weight:bold;
  color:#606060;
  font-size:14px;
}

debug-row h6.ERROR{
  color:red;
}
