.android-banner {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5em;
}

.organizer-app-logo {
    height: 72px;
    width: 72px;
    background: url(../../images/mobile/organizer-app-logo.png) no-repeat center center;
    background-size: 72px;
}

.open-android {
    color: #39C2C9;
    border: none;
    background: none;
}

.app-info {
    flex-grow: 1;
    padding-left: .5em;
}

.banner-close {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
}
