#android_smartbanner{
    display: none;
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
	height: 111px;

	position: sticky;
	bottom: 0;
	z-index: 49;

    #close_smartbanner{
        padding-left: 5px;
        padding-right: 5px;

		a{
       	 font-size: 1.7rem;
        	line-height: 90px;
	        color: #999999;
		}
    }
    #app_logo{
        img{
            border-radius: 1rem;
			max-width: none;
        }
    }
    #app_description{
        padding-left: 10px;
        padding-right: 5px;

        p:first-of-type{
            font-size: 1.125rem;
            line-height: 1.8rem;

			strong{
				color: #062136;
				font-weight: 700;
			}
        }
        p{
            padding-top: 0;
            font-size: 0.9rem;
            line-height: 1.4rem;
			margin-block-end: 0;
			font-weight: 100;
        }
        a{
            color: #000000;
        }
    }
}
