#respond form label, #respond form small{
  font-size: 11pt;
}

#respond form textarea{
  height: 150px !important;
}

input[type="checkbox"], input[type="radio"]{
  cursor: pointer;
}

#respond form input[type=text], #respond form input[type=email], #respond form input[type=url], #respond form textarea{
  padding: 5px !important;
  border-width: 1px !important;
}

#respond form #submit{
   background: #636363 !important;
    color: white !important;
  border-width: 0px !important;
}

#respond form #submit:hover, #respond form #submit:focus{
    background: #E0E0E0 !important;
    color: #636363 !important;
  border-width: 0px !important;
}


.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
}