.pager{display:flex;flex-direction:row;align-items:center;justify-content:center;border-top:1px solid silver;background:var(--dialog-background);padding:6px 6px;-webkit-user-select:none;user-select:none}.pager-content{display:flex;font-family:var(--base-font);font-size:1rem;color:#444;gap:2px}.pager-content a:hover{opacity:.75}.pager-content a:visited{color:#fff}.pager-column{display:flex;align-items:center;flex:1 1 auto}.col-c{display:flex;flex-direction:column;justify-content:center;margin:0 10px}.col-r{flex:1 1 auto;justify-content:flex-end}.inner-col{margin:0 3px}.col-ret{margin-right:4px}.pager-button{display:flex;align-items:center;justify-content:center;background:var(--dialog-header);outline:0;cursor:pointer;border:1px solid silver;border-radius:4px;padding:4px}.pager-button-inactive{background-color:var(--dialog-header)}.pager-button img{width:28px;height:28px}@media screen and (max-width:768px){.pager{justify-content:flex-end}}