@charset "utf-8";
/* CSS Document */
.lu_col, .lu_mono {
 font-size:0.75em; 
 margin-right:1.5em;
}
.lu_col:before, .lu_mono:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
}
.lu_col:before {
  background-color: #0e9888;
}
.lu_mono:before {
  background-color: #6b7386;
}