.invoice-form h4 {
  margin-bottom: 20px;
}

.invoice-form .form-row {
  margin: 10px 0;
}

.invoice-form label {
  margin-bottom: 5px;
}

.invoice-form span.required {
  color: red;
}

.invoice-form .buttons-row {
  margin-top: 30px;
  display: block;
}

#invoice-image {
  max-width: 100%;
}

.invoice-form .alert ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.back-button {
  float: left;
}

/* Įmonės rekvizitai */

#type-label {
  margin-bottom: 10px;
}

.type-form {
  display: none;
}

#step2-next {
  display: none;
}

/* Užsakymo turinio atvaizdavimas */

#order-content {
  margin-top: 40px;
}

#order-summary-rows {
  text-align: right;
}

#total-amount {
  font-weight: 600;
  font-size: 18px;
}

#order-content .table thead th {
  vertical-align: middle;
}