/* #journeysPage i.link-o:after {
	content: " ";
    display: block;
    width: 2px;
    height: 10px;
    background: #666d6d;
    position: relative;
    left: 5px;
    margin-top: -2px;
    margin-bottom: -5px;
} */

#journeysPage .fa-circle-o, #journeysPage .fa-dot-circle-o {
    background-color: #ffffff;
}

.dot-link {
    position: absolute;
    left: 5px;
    top: 10px;
    height: 80%;
    border-right: 2px dotted #666d6d;
}

.dot-shadow {
    position: absolute;
    left: 0px;
    top: 26px;
    /* bottom: 0px; */
    width: 20px;
    height: 20vh;
    background-color: #fff;
}

.dot {
    display: inline-block;
    width: 18px;
    vertical-align: top;
    /* background-color: #ffffff; */
}

.dot.destination {
    padding-top: 10px;
    position: relative;
}

.dot-info {
    display: inline-block;
    width: calc(100% - 22px);
    vertical-align: middle;
}

.dot-info:last-child {
    padding-top: 10px;
}
