﻿.dep-tab-nav {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.dep-tab-nav div {
    flex: 0 0 auto;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.dep-tab-nav img {
    max-width: 30px;
    display: block;
    margin: 0 auto;
}

/* BO-uploaded float icon images vary in size; JS sets an inline width/height
   via .css(), so !important is needed to keep this consistently small */
#float-icon img {
    width: 200px !important;
    height: auto !important;
}

/*.ann-in {
    display: flex;
    align-items: center;
}

.ann {
    padding-top: 10px;
}

.ann-l img {
    height: 20px;
}

.ann-r {
    display: flex;
    align-items: center;
}

.ann-l {
    width: 25%;
    padding: 0px 5px;
}*/

/* livestream.aspx banner carousel: locks every slide to the same height as
   the 1178x522 banners; the 1920x552 "Major League P" slide has a wider
   ratio so it letterboxes instead of stretching or getting cropped. */
#carousel-example-generic .carousel-inner .item {
    position: relative;
    width: 100%;
    padding-top: 44.31%;
    overflow: hidden;
    background: #1b1c22;
}

#carousel-example-generic .carousel-inner .item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}

/* Our ID-scoped .item rule above out-specifies Bootstrap's own
   .carousel-inner > .next/.prev { position: absolute } rule, which
   breaks the slide-in overlay and shows a blank gap mid-transition.
   Restore it here. */
#carousel-example-generic .carousel-inner .item.next,
#carousel-example-generic .carousel-inner .item.prev {
    position: absolute;
    top: 0;
}
