.airfare-wrapper { background: #74d5de; max-width: 275px; margin: 0px auto 40px; }
.airfare-wrapper .slides { padding: 10px 0; }
.airfare-wrapper a {
	color: #28417f;
    font-weight: normal;
    font-size: 13px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.airfare-wrapper .airfare-item { background : url(/includes/public/assets/images/widgets/airfare-line.png); background-repeat: no-repeat; background-position: bottom center; text-align: center; }
.airfare-wrapper .top {
    width: 100%;
    height: 22px;
    background: #35b2c1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Futura BT W01 Book",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.0em;
    letter-spacing: 0.1em;
}


@media only screen and (max-width: 40.063em){
	.airfare-wrapper { margin: 0px auto 20px; }
}

