ul.milestone_list {
    display: table;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    width: 90%;
    background-color: #eee;
    padding-top: 1em;
}

ul.milestone_list li {
    height: 1.8em;
    display: table-row;
    vertical-align: middle;
}

ul.milestone_list li.none {
    text-align: center;
}

span.milestone_entity {
    font-weight: bold;
    display: table-cell;
    padding-left: 1.5em;
}

span.milestone_type {
    display: table-cell;
}


span.milestone_type:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

span.milestone_detail {
    display: table-cell;
    padding-left: 1em;
}

.milestone_heading {
    background: #080;
    border-radius: 10px 10px 0 0;
    width: 90%;

}

.milestone_heading h5 {
    color: white;
    text-decoration: none;
    padding: 0.5em 0 0.5em 1em;
    margin: 0;
}