table.table th {
  text-align: justify;
  padding: 0.5em 2em; }
  table.table th .form-title {
    display: inline;
    width: 11em; }
table.table td {
  padding: 0.5em; }
  table.table td legend {
    display: none; }
@media (min-width: 768px) {
  table.table th {
    width: 16em; }
  table.table td {
    width: calc(100% - 16em); } }

.article input[type="text"],
.article input[type="email"],
.article input[type="url"],
.article input[type="number"],
.article input[type="tel"],
.article input[type="range"],
.article input[type="color"],
.article input[type="time"],
.article input[type="date"],
.article input[type="datetime"],
.article input[type="datetime-local"],
.article input[type="month"],
.article input[type="week"],
.article select {
  width: 100%; }
