/**/
/*http://bettermotherfuckingwebsite.com/
 */
body {
  margin: 20px auto 40px;
  max-width: 650px;
  line-height: 1.6;
  font-size: 16px;
  color: #444;
  padding: 0 10px;
}
h1,
h2,
h3 {
  line-height: 1.2;
}
/**/
/*https://stackoverflow.com/a/23741073
 */
form {
  display: table;
}
p {
  display: table-row;
}
label {
  display: table-cell;
}
input {
  display: table-cell;
}
