#smart-banner {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
}
#smartbanner { position:absolute; left:0; top:-82px; border-left:1px solid #cbcbcb; border-right:1px solid #cbcbcb; width:100%; height:78px; font-family:Arial, Helvetica, sans-serif; background:#f2f2f2; z-index:9998; -webkit-font-smoothing:antialiased;
    overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:25px; display:block; font-size:22px; color:#6a6a6a; text-decoration:none; padding:4px; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background-size:cover; border-radius:10px;}
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:100px; top:18px; margin-right:10px; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #00884E; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#00884E; text-transform:uppercase;
    text-decoration:none; border-radius:3px; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }
#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; width:100%; height:50%; border-radius:10px 10px 12px 12px; }
#smartbanner.windows .sb-icon { border-radius: 0px; }


@media screen and (max-width: 400px) {
    #smartbanner .sb-info {
        top:10px;
        max-width: 150px;
    }

}