﻿@media (min-width: 991px) {
    
}

@media (max-width: 991px) {
    div.timeline {
        width: auto;
    }
    div.timeline ul div.time {
        width: auto;
        margin-bottom: 15px;
    }
    div.timeline ul div.lineContainer {
        left: 0px;
    }
    div.timeline ul div.line {
        left: 19px;
    }
    div.timeline ul div.timelineArrow {
       
        margin: 0px;
        margin-left: 10px;
        height: 22px;
        width: 22px;
    }
    div.timeline ul div.timeline-skip {
        margin: 0px 0px 10px 11px;
    }

    div.timeline ul li {
        margin-left: 50px;
        width: auto;
        margin-bottom: 17px;
    }

    div.timeline ul li:nth-of-type(even) {
        float: none;
    }
    div.timeline ul li:nth-of-type(odd) {
        float: none;
    }
    div.timeline ul li:nth-of-type(odd) div.pointer {
        left: -16px;
    }
    div.timeline ul li:nth-of-type(odd) div.timelineIcon {
        left: -45px;
    }
    div.timeline ul li:nth-of-type(even) div.timelineIcon {
        left: -45px;
    }
    div.timeline ul div.clear {
        min-height: 0px;
    }
    div.timeline ul div.clear.clearLast {
        min-height: 0px;
    }
}

div.timeline li div.caption,
div.timeline li div.caption:active, 
div.timeline li div.caption:focus {
    border: none;
    cursor: pointer;
}