.profile-category-title {
  border-bottom: 1px solid #acacac;
  padding-bottom: 10px;
}
.table-title {
  margin-bottom: 0.75em;
}
.table-title + table {
  margin-top: 0;
}
.table-head-left tr th {
  text-align: left;
}
.table-full-width {
  width: 100%;
}
.table-vertical tr th {
  text-align: left;
  vertical-align: top;
  width: 33%;
  border-bottom-width: 1px;
}
.table-vertical tr td {
  vertical-align: top;
}
.table-vertical tr td ul {
  margin: 0;
  padding-left: 1em;
}
table td.empty {
  text-align: center;
  padding: 20px;
}
table td.empty p {
  margin: 0;
}
a.pseudo-button {
  color: black;
  font-family: "Oswald";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #cccccc;
  padding: 4px 8px;
  display: inline-block;
}
a.pseudo-button:hover,
a.pseudo-button:active,
a.pseudo-button:focus {
  color: white;
  background-color: #444444;
}
.action-cell {
  padding: 0;
  text-align: right;
}
.action-cell a {
  margin-bottom: -1px;
}
.subscription-state {
  font-weight: bold;
  padding: 0.25em 1em;
  background-color: #FFF;
  margin-bottom: -1px;
  display: inline-block;
}
.state-cell {
  padding: 0;
}
.subscription-state {
  background-color: #CCC;
}
.state-active {
  color: #FFF;
  background-color: #4c812e;
}
.state-trial {
  color: #FFF;
  background-color: #4c812e;
}
.state-cancelled {
  color: #FFF;
  background-color: #b71e23;
}
.esub-digital-fieldset,
.esub-address-fieldset {
  margin-top: 30px;
}
.table-more-link {
  text-align: right;
  margin-top: -15px;
  margin-bottom: 30px;
}
.form-actions {
  margin-top: 30px;
}
.user-breadcrumb {
  margin-top: 20px;
  margin-bottom: -10px;
}
.user-breadcrumb-spacer {
  margin: 0 0.5em;
}
.user-breadcrumb-active {
  color: #909090;
}
