@charset "UTF-8";
[module="pathway"] {
  margin-bottom: 10px;
  min-height: 15px;
}
[module="pathway"] > ul {
  font-family: Arial, Helvetica, Droid Sans, Sans, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #2173ff;
  list-style-position: inside;
  text-transform: uppercase;
  overflow: hidden;
}
[module="pathway"] > ul:before {
  content: "ВЫ ЗДЕСЬ: ";
  float: left;
  color: #a6a6a6;
}
[module="pathway"] > ul:after {
  content: "";
  clear: both;
  display: block;
}
[module="pathway"] > ul > li {
  list-style-type: none;
  float: left;
  padding-left: 8px;
  display: inline;
}
[module="pathway"] > ul > li + li {
  list-style-type: disc;
}