#stepped-process {
  display: inline-block;
  min-width: 100%;
  width: auto;
}
#stepped-process .aui-page-panel-inner {
  table-layout: auto;
}
#stepped-process .aui-page-panel-nav {
  min-width: 200px;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps > li {
  font-weight: normal;
  padding: 5px 0 5px 20px;
  position: relative;
  word-break: break-word;
}
.steps > li:before {
  background-color: #0052cc;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 10px;
}
.steps > .current {
  font-weight: bold;
}
.steps > .current ~ li {
  color: #5e6c84;
}
.steps > .current ~ li:before {
  background-color: #ccc;
}
.formtitle img {
  vertical-align: baseline;
}
.use-for-all {
  padding-left: 14px;
}
/* Aim to remove
    - List styles for assigned-and-open.vm */
.stat-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.stat-list li {
  margin-bottom: 8px;
}
.stat-list .stat {
  float: right;
}
.stat-list img {
  vertical-align: top;
  margin-right: 4px;
}
/* Manage Links */
#viewLinks {
  margin: 0 0 1em;
}
#viewLinks .linkDetailTable {
  width: 49%;
}
#viewLinks .linkDetailTable table {
  border: 0;
  background-color: transparent;
}
#viewLinks .summary {
  font-size: 1em;
  width: 80%;
}
#viewLinks thead th {
  border: none;
  font-weight: 400;
}
.manage-links-title {
  margin-left: 0.166em;
}
.attribute-wrap {
  float: right;
  width: 40px;
}
