/** Bootstrap navbar fix (https://git.io/fADqW) */
/* Parts Run */
.run-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.seller-info,
.location-shipping,
.description,
.includes,
.purchase-email,
.history {
  width: 100%;
  display: flex;
  align-items: center;
}

.parts-run-break {
  width: 85%;
  background: #000000;
}

.input-group-prepend {
  background: #000000;
}

.pr-circle {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.active {
  background: green;
}

.interest {
  background: orange;
}

.inactive {
  background: red;
}

.status-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}

.status-box .pr-circle .active,
.status-box .pr-circle .interest,
.status-box .pr-circle .inactive {
  float: left;
}

.status-box p {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
