/* ------------ FORMULARE ------------ */

.clear {
  clear: both;
}

.order-form-1, .order-form-2 {
  width: 600px;

}

.order-form-1 span, .order-form-2 span {
  text-decoration: underline;
  float:left;
  margin-right:20px;
}

.comment-1 label, .comment-2 label, .comment-3 label, .comment-4 label, .order-form-1 .comment-10 label, .order-form-2 .comment-12 label {
  text-decoration: underline;
}

.comment-1 label, .comment-2 label, .comment-3 label, .comment-4 label, .comment-5 label {
  display: block;
}

.comment-1, .comment-2, .comment-3, .comment-4, .comment-5, .comment-6, .comment-7, .comment-8, .comment-9, .comment-10, .comment-11 {
  padding: 10px;
}

.comment-2-1, .comment-2-2, .comment-3-1, .comment-3-2, .comment-5-1, .comment-5-2, .comment-5-3, .comment-6-1, .comment-6-2, .comment-6-3, .comment-7 div, .comment-8 div, .order-form-2 .comment-9 div, .order-form-2 .comment-10 div, .order-form-2 .comment-11 div {
  padding: 5px 0;
}

.comment-1, .comment-2, .comment-3, .comment-4 {
  font-weight: bold;
}

.comment-2, .comment-4 {
  float: left;
}

.comment-3 {
  float: right;
}

.comment-5 {
  clear: both;
}

div.comment-5-1, div.comment-6-2, div.comment-7-2, div.comment-7-3, div.comment-8-2, div.comment-8-3, div.comment-8-4, div.comment-8-5, div.comment-8-6, .comment-9-2, .comment-9-3, .comment-10-2, .comment-10-3, .comment-11-1, .comment-11-2, .comment-11-3 {
  float: left;
  margin-right: 20px;
}

.comment-10-1 label,.comment-12-1 label {
margin-right: 30px;
}

.errors strong {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  color: red;
}

.success {
  .display: block;
  padding: 5px 10px;
  margin: 5px 0;
  color: green;
}
