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

/**
 * Profile box styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.profile-form .main-section
{
}

.profile-form .form-field-comment
{
  text-align: left;
}

.model-form-buttons {
  float: left;
}

.delete-user-button {
  display: block;
  margin: 6px 0px 0px 40px;
}

.model-form-buttons .button.submit {
  float: left;
}

.profile-form-container .model-form-buttons {
  padding-top: 0;
}