
#payment-area {
  background: #424242;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 1.0rem;
  &.error-404 {
    flex-direction: row;
    line-height: normal;
  }
}

#payment-area h1 {
  color: #ffffff;
}

#payment-area h2 {
  color: #ffffff;
}

#payment-area h3 {
  color: #ffffff;
}

#payment-area h4 {
  color: #ffffff;
}

#buy-description
{
  margin: 10px;
  text-align: center;
}

#buy-description h1
{
  font-size: 20pt;
}

#buy-description h3
{
  font-size: 16pt;
}

#buy-description h4
{
  font-size: 16pt;
}

#purchase-succeed
{
  margin: 10px;
  text-align: center;
}

#purchase-error
{
  margin: 10px;
  text-align: center;
}

#purchase-error a
{
  color: #aaccff;
}

#purchase-error a:hover
{
  color: #4488ff;
  text-decoration: underline;
}

.section-subtitle
{
  max-width: 1000px;
  margin: auto;
  line-height: 1.75em;
}

.purchase .license-check
{
  padding-top: 4px;
  padding-bottom: 20px;
  color: #ffffff;
}

.purchase .license-check a
{
  color: #aaccff;
}

.purchase .license-check a:hover
{
  color: #4488ff;
  text-decoration: underline;
}

.purchase .buy-button
{
  text-align: center;
}

.purchase .pure-button
{
  border-radius: 4px;
}

.purchase
{
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.purchase .purchase-box
{
  background: #fcfcfc;
  border: 0.5px solid #444444;
  border-radius: 0px;
  max-width: 800px;
  margin-bottom: 24px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

.purchase table td
{
  padding: 16px;
}

.purchase table
{
  max-width: 800px;
  margin: 16px;
}

.purchase .purchase-label
{
  font-size: 14pt;
  text-align: left;
  width: 240px;
}

.purchase .taxes-label
{
  font-size: 14pt;
  text-align: left;
  width: 240px;
}

.purchase #product-amount
{
  width: 60px;
  text-align: right;
}

.purchase #purchase-invite
{
  width: 240px;
  text-align: left;
}

.purchase #purchase-name
{
  width: 240px;
  text-align: left;
}

.purchase #purchase-email
{
  width: 240px;
  text-align: left;
}

.purchase #vat-number
{
  width: 240px;
  text-align: left;
}

.purchase .amount-value
{
  width: 240px;
  text-align: right;
}

.purchase #payment-key
{
  width: 320px;
  text-align: left;
}

.purchase .purchase-row
{
  color: #000000;
  font-weight: 500;
  height: 32px;
  vertical-align: middle;
}

.purchase .taxes-row
{
  font-weight: 500;
  height: 32px;
  vertical-align: middle;
}

.purchase .purchase-input
{
  color: #000000;
}

.purchase .separator-row
{
  border-top: 1px solid #888888;
}

.purchase .country-list {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-position: center right;
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    text-align: left;
}

