form{ 
  display: table;
}

label{
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
  padding-bottom: 5px;
}

input{ 
  display: table-cell;
  font-family: 'Roboto', Georgia, Times, serif;
}

body{
  font-family: 'Roboto', Georgia, Times, serif;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 1px 1px 1px #ccc;
}

p {
  display: table-row;
}
