#customer-journey .inside {
  padding: 0;
  margin: 0;
}

#customer-journey table {
  width: 100%;
}

#customer-journey table tr:last-of-type td {
  border-bottom: 0;
}

#customer-journey table tr td {
  vertical-align: top;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

#customer-journey table tr td:first-of-type {
  padding-left: 12px;
}

#customer-journey table tr td:last-of-type {
  padding-right: 12px;
}

#customer-journey table tr td button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: #a6a6a6;
}

#customer-journey table tr td button:hover {
  color: #444;
}

#customer-journey table tr td.date {
  background: #f5f5f5;
  font-weight: 600;
}

#customer-journey table tr td.title-area a {
  text-decoration: none;
}

#customer-journey table tr td.title-area .go {
  color: #a6a6a6;
  margin: 0 4px;
  font-size: 12px;
}

#customer-journey table tr td.title-area .go:hover {
  color: #444;
}

#customer-journey table tr td.title-area .path {
  font-weight: 400;
  color: #a6a6a6;
}

#customer-journey table tr td.time {
  width: 65px;
}

#customer-journey table tr td.duration {
  width: 130px;
}

#customer-journey table tr td .parameters {
  border-left: 3px solid #29a1ff;
  margin: 6px 0 0 0;
  padding: 0;
  font-family: monospace;
  display: none;
  font-weight: 400;
}

#customer-journey table tr td .parameters li {
  margin: 0;
  padding: 3px 8px;
  line-height: 1;
}

#customer-journey table tr td .fa-circle {
  font-size: 4px;
  vertical-align: middle;
  margin: 0 4px;
  color: #ccc;
}

#customer-journey table tr td .fa-arrow-down {
  color: #82878A;
}

#customer-journey table tr td .fa-clock-o {
  margin: 0 2px 0 10px;
}

#customer-journey table tr td .fa-check {
  color: #009933;
}

#customer-journey table tr td .fa-sign-out {
  color: #990000;
}

#customer-journey table tr td .fa-long-arrow-right {
  color: #a6a6a6;
  margin: 0 5px;
}