#graphic {
  float: right;
  padding: 0.25em;
}

/* space on the bottom; turn off default bullet point */
#text li {
  margin-bottom: .5em;
  list-style: none;
}

/* double right-pointing arrow as bullet-point */
#text ul li:before {
  content: "\00BB \0020";
}
