/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wpcf7 {
  text-align: center;
  margin: 0 auto;
}

.wpcf7-form {
  display: inline-block;
  text-align: center;
}

.wpcf7 input,
.wpcf7 textarea {
  text-align: center;
  display: block;
  margin: 0 auto 1em auto;
}

.wpcf7 input[type="submit"] {
  display: block;
  margin: 1em auto 0 auto;
}

