/*
 * Copyright © 2015, 2019 Acoustic, L.P. All rights reserved.
 *
 * NOTICE: This file contains material that is confidential and proprietary to
 * Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
 * industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
 * Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
 * prohibited.
 */

#inApp.bannerInApp {
  align-items: center;
  display: flex;
  height: 44px;
  left: 0;
  position: fixed;
  right: 0;
  text-shadow: none;
  z-index: 1100;
}

#inApp.bannerInApp .text {
  flex: 1 1;
  text-align: center;
}

#inApp.bannerInApp .icon {
  height: 24px;
  padding: 10px;
  width: 24px;
}

#inApp.bannerInApp .close {
  height: 24px;
  padding: 10px;
  width: 24px;
}
