.headlines {
	font-family: "__DIN 1451 Std_5", PT Sans Narrow,Arial Condensed,Arial,Georgia,Serif;
	background-color: #008A56;
	color:#fff;
	vertical-align:bottom;

	padding-top:0.25rem;
}

.trip {
	font-family: "__DIN 1451 Std_5", PT Sans Narrow,Arial Condensed,Arial,Georgia,Serif;
	height: 2rem;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
	font-size: 1rem;
}

.trip a {
	color: inherit
}

.time {
	overflow: hidden;
	display: inline-block;
	width: 4.5rem;
	padding-left: 0.5rem;

}
.agency {
	display: inline-block;
	width: 45px;
	white-space: nowrap;
	letter-spacing: 0px;
	overflow:hidden;
	
}
.dest,.origin {
	display: inline-block;
	width: 11rem;
	white-space: nowrap;
	letter-spacing: 0px;
	overflow:hidden;
	-webkit-mask-image:  linear-gradient(270deg, transparent, rgba(0, 0, 0, .2) 5px, #000 25px, #000);
	mask-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, .2) 5px, #000 25px, #000);
}

.origin {
	padding-left: 0.5rem;
}

.trip .origin {
	font-size: 0.8rem;
	color: #888;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px) {
	.origin	{
		visibility: hidden;
	}
}
@media (min-width: 0px) and (max-width: 390px) {
	.origin	{
		visibility: hidden;
	}
}