body, textarea, input {
    font-size: 16px;
    font-family: Arial, "sans-serif";
  }
  p {
    margin: 0;
    padding: 5px 0;
  }
  form {
    background: #eeffee;
    padding: 20px;
  }
  textarea {
    clear: both;
    display: block;
    height: 200px;
    width: 100%;
    margin-bottom: 1em;
  }
  input {
    border: 1px solid #6a6;
    background: #3a3;
    color: #fff;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  #results {
    background: #fafbfa;
    padding: 20px;
  }
  table {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse;
    font-size: .9em;
  }
  tr {
    text-align: left;
  }
  td, th {
    text-align: left;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3px 10px;
  }
  th {
    font-weight: bold;
  }

  h1 {
    margin-bottom: 0px;
    opacity: 0.8;
  }

  #title {
    padding: 5px 0px 5px 0px;
  }


  #article{
    padding: 2% 100%;
  }