.trip-content {
	color: #DDDDDD;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
	}
.trip-block {
    display: none;
    background: #333;
    color: #DDD;
    padding: 8px;
    position: absolute;
    text-align: center;
    min-width: 100px;
    border-radius: 3px;

    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
         -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.trip-arrow {
    position: absolute;
    background: none;
    background: url("arrow.png");
    z-index: 1;
}

.trip-arrow.n {
    height: 8px;
    bottom: -8px;
    left: 15px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.trip-arrow.s {
    height: 8px;
    top: -8px;
    left: 15px;
    right: 15px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.trip-arrow.e {
    width: 8px;
    height: 16px;
    left: -8px;
    top: 11px;
    bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.trip-arrow.w {
    width: 8px;
    height: 16px;
    right: -8px;
    top: 11px;
    bottom: 15px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.trip-progress-wrapper {

}

.trip-progress-bar {
    height: 1px;
    background-color: #444;
    width: 0;
}

.trip-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

/*
 *  TODO:
 *  implement with more details later
 */
.trip-exposed { 
    background: white
}
