
.left-steps {
  margin: 0.3em 1em;
}
.image-pos {
  margin: 0em 3.5em;
  height: 30px;
  width: 30px;
}
.step-label {
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.accordion-width {
  max-width: 750px
}
.upload-input {
  width: 300px;
  margin-bottom: 20px;
}
.upload-label {
  padding-top: 4px;
  position: absolute;
  left: 45%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.question {
  content: url(../img/question.png);
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.status {
  height: 15px;
  width: 15px;
}
#user-titlecode {
  text-transform:uppercase;
}
.required {
  float: right;
  font-weight: normal;
  font-style: italic;
  color: red;
}
.error-message {
  font-weight: normal;
  font-style: italic;
  color: red;
}
.centered {
  text-align: center;
}