@charset 'UTF-8';

#contact table, #contact table thead, #contact table tbody, #contact table td, #contact table th, #contact table tr {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  #contact table {
    display: table;
  }
  #contact table thead {
    display: table-header-group;
  }
  #contact table tbody {
    display: table-row-group;
  }
  #contact table tr {
    display: table-row;
  }
  #contact table td, #contact table th {
    display: table-cell;
    width: auto;
  }
}

#contact table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (min-width: 769px) {
  #contact table {
    border-bottom: 0;
  }
}

#contact table th, #contact table td {
  padding: 5px 10px 5px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
}
@media all and (min-width: 769px) {
  #contact table th, #contact table td {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media all and (min-width: 769px) {
  #contact table th {
    width: 280px;
  }
}

#contact table th span {
  color: #ff0000;
}

#contact table td input.text {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

#contact table td textarea.text {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

#contact #submit {
  margin-top: 20px;
}

#contact #form #description {
  padding: 0 0 15px;
}

#thanks p {
  padding-bottom: 15px;
}
