.cfw-totals-list tr.shipping.recurring-total td {
  text-align: right;
}

tr.shipping.recurring-total > td > ul {
  margin-top: 0;
  padding-left: 0;

  li {
    list-style: none;
      display: flex;
      padding-left: 0;
      justify-content: space-between;

    input {
      margin-right: 0.3em;
      width: 16px !important;
      min-width: 16px !important;
      height: 16px !important;
    }
  }
}

.subscription-details {
  font-size: 0.75em;
  white-space: nowrap;
  letter-spacing: normal;
}