section#AproTimeline {
    font-size: .875rem;
    text-align: justify;
    /*margin: 5px 0px; */
    padding: 0;
    position: relative;
    /*width: 320px; */
    margin-left: 0.5rem;
    /*margin: 50px;*/
}

section#AproTimeline:before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0.1rem;
    background-color: #666;
}

section#AproTimeline>article>div.panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 1rem;
}

section#AproTimeline>article>div.panel .panel-heading,
section#AproTimeline>article>div.panel .panel-body {
    padding: 0 1rem;
    font-size: .65rem;
}

section#AproTimeline:last-child div[class="clearfix"] {
    /*display: none;*/
}

section#AproTimeline article div.panel div.badge {
    padding: 0 0 0 1rem;
    background-color: transparent;
    color: #666;
}

section#AproTimeline article div.panel div.panel-heading {
    padding: 0 0 0 1rem;
    background-color: transparent;
    color: #666;
}

section#AproTimeline article div.panel div.panel-body {
    padding: 0 0 0 1rem;
    background-color: transparent;
    color: #666;
}

section#AproTimeline article div.panel div.panel-heading {
    padding: 0 0 0 1rem;
    background-color: transparent;
    color: #666;
}

section#AproTimeline article div.panel div.badge::before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #666;
    position: absolute;
    left: -0.5rem;
    top: 0;
}

section#AproTimeline article div.panel div.badge.evt-normal::before {
    border-color: #005bc6;
    background-color: #005bc6;
}

section#AproTimeline article div.panel div.badge.evt-warning::before {
    border-color: #e99100;
    background-color: #e99100;
}

section#AproTimeline article div.panel div.badge.evt-critical::before {
    border-color: #b10016;
    background-color: #b10016;
}

section#AproTimeline article div.panel div.badge:last-child {
    /*display: none;*/
}