﻿.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;
}*/
