/* custom styling and overrides for sabs search and book components */

div.flight-wrap {
    padding-bottom: 5px;
}
/* results */
.x-view-over, .x-view-selected {
    background-color: blue;
    color: white;
}

.x-panel-body {
    border: 0;
}

