.dots{width:3.5em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.dots div{width:.8em;height:.8em;border-radius:50%;animation:fade .8s ease-in-out alternate infinite}.dots div:nth-of-type(1){animation-delay:-.4s}.dots div:nth-of-type(2){animation-delay:-.2s}@keyframes fade{0%{opacity:1}to{opacity:0}}@media (max-width: 480px){.dots div{width:.7em;height:.7em}}.hidden{display:none}#end-of-list{height:32px;width:100%}#loading-wrapper{width:100%;height:32px;display:flex;justify-content:center;align-items:center}
