.table td.colorfy {
    background: blue;
    color: white;
}

section#contact .form-group select {
  padding: 20px;
}

section#contact .form-group select.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 156px;
}
