*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}.root{width:100%;height:100%;display:flex;flex-direction:column;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}.header{width:100%;height:50px;background-color:#dadada;color:#555;border-bottom:solid 1px #e7e7e7;padding:0 20px;font-size:18px;overflow:visible;white-space:nowrap;line-height:20px;display:flex;justify-content:flex-start;align-items:center}.header .icon{height:25px}.header .title{width:0;flex:1;padding-left:10px}.footer{height:50px;background-color:#dadada;color:#555;display:flex;justify-content:center;align-items:center}.footer img{height:50%}.main{width:100%;height:0;flex:1;padding:0 10px;background:#e6e6e6;overflow-y:auto}.main .no-log{display:flex;justify-content:center;align-items:flex-start;font-size:large;padding:30px 0}.main .date-label{padding:3px 10px;width:calc(100% - 10px);background:#666;color:white;margin:5px;position:sticky;top:0}.main .button-container{width:100%;overflow-y:auto;display:flex;flex-wrap:wrap}.main .button-container button.show{width:90px;height:30px}.main .button-container button.download{width:30px;height:30px;padding:6px}.main .button-container button.download img{width:18px;height:18px;object-fit:contain}.main .button-container .inner{margin:5px 10px;display:flex;justify-content:center;align-items:center;border-radius:3px}.main .button-container .inner.active{box-shadow:0 0 2px 2px #00cc}.main .button-container button{border-radius:3px;background-image:linear-gradient(-180deg,#fefefe 0%,#f2f2f2 99%);color:#000;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);border:none;padding:0;font-size:14px;letter-spacing:0;overflow:hidden;white-space:normal}.main .download-item{text-align:center;padding:5px 20px;margin:5px 10px;border:solid 1px #666;background:white;border-radius:5px;min-width:100px}