
dl.table dd {
  margin-left: 100px;
  margin-bottom: 0.5em;
}

@media screen and (max-width:639px){

dl.table dd {
  margin-left: 80px;
}

}
