div.timeline
{
    border-left: 2px solid #0f0;
    margin-left: 12px;
}

div.timeline h3
{
    border: 2px solid #0f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #000;
    width: 22px;
    padding: 0;
    height: 22px;
    position: relative;
    left: -14px;
    text-indent: 30px;
}

div.timeline ul
{
    list-style: none;
    margin-left: 0;
}

div.timeline li
{
    border-top: 6px solid transparent;
    border-left: 12px solid #0f0;
    border-bottom: 6px solid transparent;
    height: 0;
    margin: 12px 0;
    text-indent: 6px;
}

/* this extra element needed in order to align text with pointer because IE doesn't tolerate line-height: 0; */
div.timeline li p
{
    margin: 0;
    padding: 0;
    position: relative;
    top: -1em;
}