#wptrio-demo-form #demo-submit #demo-spinner {
  display: none;
  background: url("../img/spinner.gif") no-repeat top left;
  height: 42px;
  line-height: 42px;
  padding-left: 42px;
  vertical-align: top;
  font-style: italic;
  color: #54595f;
}

#wptrio-demo-form #demo-submit input[type="submit"] {
  background: #1b6ec2;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  padding: 9px 12px;
  margin: 0 3px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  flex: none;
  text-transform: uppercase;
}

#wptrio-demo-form #demo-submit input[type="submit"]:disabled {
  opacity: 0.8;
}

#wptrio-demo-form #demo-info table th, #wptrio-demo-form #demo-info table td {
  vertical-align: middle;
}

#wptrio-demo-form #demo-info table tr:first-child th, #wptrio-demo-form #demo-info table tr:first-child td {
  padding-top: 9px;
  padding-bottom: 9px;
}

#wptrio-demo-form #demo-error {
  margin-top: 10px;
  display: none;
  color: #c92a2a;
}

#wptrio-demo-form .demo-site-title {
  display: none;
}

#wptrio-demo-form .demo-table {
  table-layout: fixed;
}

#wptrio-demo-form .demo-table th {
  width: 33%;
}

#wptrio-demo-form .demo-table td {
  width: 67%;
}

#wptrio-demo-form #demo2-table {
  display: none;
}
