#fake_page { display: flex; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
#fake_page .browser-mockup { margin: 1em; flex: 1; }
#fake_page .browser-mockup { border-top: 2.5em solid rgba(200, 200, 200, 0.7); box-shadow: 0 0.1em 1em 0 rgba(0, 0, 0, 0.6); position: relative;  border-radius: 3px 3px 0 0; height:200px; }
#fake_page .browser-mockup .x:after { position:absolute; content: 'x'; color: rgba(0, 0, 0, 0.4); font-size: 20px; font-weight: 600; top: -31px; left:188px; }
#fake_page .browser-mockup .tab { display: block; position: relative; width: 202px; height: 30px; float: left; top: -30px; left: 7px; display: flex; align-items: center; }
#fake_page #cur_tab { background-color: #fff; }
#fake_page #new_tab_content { overflow: hidden; word-break: break-all; width: 170px; display: inline-block; height: 24px; }
#fake_page .tab span.favicon { margin: 0px 5px; }
#fake_page .favicon > img { width: 16px; height: 16px; }