4 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
5 "Droid Sans", "Helvetica Neue", sans-serif;
6 -webkit-font-smoothing: antialiased;
7 -moz-osx-font-smoothing: grayscale;
11 font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
17 flex-direction: column;
40 background-color: #333;
44 display: inline-block;
46 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
47 animation: sk-stretchdelay 1.2s infinite ease-in-out;
51 -webkit-animation-delay: -1.1s;
52 animation-delay: -1.1s;
56 -webkit-animation-delay: -1.0s;
57 animation-delay: -1.0s;
61 -webkit-animation-delay: -0.9s;
62 animation-delay: -0.9s;
66 -webkit-animation-delay: -0.8s;
67 animation-delay: -0.8s;
70 @-webkit-keyframes sk-stretchdelay {
71 0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
72 20% { -webkit-transform: scaleY(1.0) }
75 @keyframes sk-stretchdelay {
77 transform: scaleY(0.4);
78 -webkit-transform: scaleY(0.4);
80 transform: scaleY(1.0);
81 -webkit-transform: scaleY(1.0);
85 #pdfDownloadContainer{