.timeline
{
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #444444;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li
{
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}

.timeline > li:after
{
    clear: both;
}

.timeline > li > .timeline-panel
{
    width: 46%;
    float: left;
    border: 1px solid #000000;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: inherit;
}

.timeline > li > .timeline-badge
{
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #A4D555;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel
{
    float: right;
}

.timeline-title
{
    margin-top: 0;
    color: inherit;
}

.timeline-body > p, .timeline-body > ul
{
    margin-bottom: 0;
}

.timeline-body > p + p
{
    margin-top: 5px;
}

@media (max-width: 767px)
{
    ul.timeline:before
    {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel
    {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        float: right;
    }

    ul.timeline > li > .timeline-badge
    {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
}

.cv-card
{
	background-color: inherit;
}

.cv-card > .card-body > a
{
    font-size: 12px;
    font-weight: bold;
}