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

/**
 * Error page style
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2014 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */
html,
  body
{
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

html {
  display: table;
}

body {
  display: table-cell;
  vertical-align: middle;
}

div.container {
  margin: 0 auto;
  width: 680px;
  text-align: center;
  max-width:50em;
  margin:0 auto;
}

div.error-in-your-store {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 54px;
  margin-bottom: 46px;
  line-height: 23px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-decoration: none;
  min-width: 155px;
  min-height: 37px;
}

.btn span {
  text-align: center;
  vertical-align: middle;
}
