
/* stylings for dictionary gadgets... */
#pt-headwords {
  float: left;
  top: 0;
  width: 20%;
}

#pt-results {
  float: right;
  width: 80%;
  margin-bottom: 10px;
}


