/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.contact-us-form .section > ul > li {
  width: 100%;
}

.contact-us-form .section > ul.table > li.input .table-value.message-value textarea.form-control {
  height: 150px;
}

.contact-us-company-info {
  margin-bottom: 20px;
  clear: both;
}

.contact-us-company-info > span {
  display: block;
}

.contact-us-company-info .location > span:not(:last-of-type):after {
  content: ',';
  display: inline;
}

.contact-us-help-label {
  display: block;
  clear: both;
  padding-top: 20px;
}
