#trial_amount, #regular_amount {
  width: 120px !important;
}

/*Hide standard terms and conditions because it doesn't keep a record that the user accepted. However its enabled so that the functionality to pop up works*/
.osm-terms-and-conditions-container {
  display: none;
}

span.radio {
  margin-right: 0.5rem;
}

/*Hide Subscription History from the Member's Profile, Bruce doesn't want the subscribers to see it*/
#osm-profileTabs li:last-of-type{
  display: none;
  
}