.version-tracker UL { list-style-image: url(images/vt-stars.gif); padding-left: 70px; }
.version-tracker LI { margin-top: 10px; }
.version-tracker { font-size: 0.9em; line-height: 1.4em; }

.screenshot { padding: 0px; margin: 8px 0px; border: 1px solid #666; }
.new-features UL { font-size: 11px; padding-left: 14px; }
.new-features TD { font-size: 11px; padding-right: 12px; }
.new-features TD .image { float: left; padding-right: 5px; }
.highlights { margin-top: 24px; margin-bottom: 0px; }
.highlights TD { padding-right: 16px; }
.highlights H2 {
    left: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 0.5em;
    color: #333;
    background: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
.highlights.rounded.box {
    padding-left: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bezel {
    background-color: #eee;
    border: 1px solid #dedede;
    padding: 0.3em 1.2em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.illustration {
    text-align: center;
    margin-top: 10px;
}

