div#cv-section {
    margin-bottom: 1.5em;
    float: left;
    clear: left;
    width: 100%;
}


#cv-section h3 {
    font-size: 0.9em;
    margin-bottom:0.7em;
    float:left;
}

ul#entries {
    font-size: smaller;
    float: left;
    clear: left;
    width: 100%;
}

ul#entries li {
    color: #006;
    width: 100%;
    padding-left: 1em;
}

span.link {
  float: right;
  clear: right;
}

span.cventry_name {
  font-weight: bold;
}

span.notes {
    font-style: italic;
}

div#cv-entry-orderBy {
  float: right;
}

#cv h4 {
  background-color: #dedede;
}

#cv ul {
  list-style-type: none;
  padding-left: 0.1em;
  margin: 0;
}

#cv li {
    list-style-image: url('../images/bullet.gif');
    list-style-position: inside;
}
