
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.day-col {
    display: none;
}


.border-bottom-theme {
    border-bottom: 2px solid #350690;
}

.trip-day {
    line-height: 0px;
    cursor: pointer;
}

.trip-day p {
    font-weight: bold;
}

.trip-day p span {
    font-weight: normal;
}





.border-schedule .col-md-10 {
    border-left: 3px solid #350690;
}

.border-schedule:nth-last-child(1) .col-md-10 {
    border-left: none;
}


.day-description {
    padding-left: 0px;
}

.dest-title {
    font-size: 20px;
    color: #350690;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 1;
}

.dest-title span {
    font-size: 10px;
    color: #ffa500;
}

.dest-description {
    width: 100%;
    font-size: 15px;
    color: #999999;
}


.content-point::before {
    content: '';
    background-color: #350690;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    position: absolute;
    margin-left: -25px;
}
