/* devis.css */

#DevisBox .TitleOrangeArrow {
  margin-top: 0px;
}

#DevisBox table tr td {
  border: none;
}

#DevisBox td label {
  color: black;
}

#DevisBox .SubmitButton {
  text-align: justify;
}

.required {
  color: red;
}

#StudyBox {
  width: 570px;
}

textarea {
  font-size: 12px;
}

#Formbox table tr td {
  padding: 5px;
  font-size: 12px;
}

#Formbox .SubmitButton {
  text-align: center;
}

#Formbox .error {
  color: red;
  margin-top: 5px;
}