/* Resume Styles */

@import url(/style.css);

#content #sheet .resume {
  list-style: none;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 0.7em;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  margin-left: 0;
  padding-left: 0em;
  padding-bottom: 1.3em; /* at bottom of ul */
  line-height: 1.22em;
}

#content #sheet .resume li {
  padding-bottom: 0.5em; /* space between list items */
}

#content #sheet .resume strong {
  font-weight: normal;
  font-style: italic; 
  text-transform: none;
}

