body{padding-top:60px}.progress{position:relative;display:block;width:100%;height:4px;overflow:hidden;background-color:#fbfbfb;border-radius:2px}.progress-indeterminate{background-color:#6cf}.progress-indeterminate::before{position:absolute;top:0;bottom:0;left:0;background-color:inherit;-webkit-animation:progress-indeterminate 2s linear infinite;animation:progress-indeterminate 2s linear infinite;content:' ';will-change:left,width}.progress-indeterminate::after{position:absolute;top:0;bottom:0;left:0;background-color:inherit;-webkit-animation:progress-indeterminate-short 2s linear infinite;animation:progress-indeterminate-short 2s linear infinite;content:' ';will-change:left,width}@-webkit-keyframes progress-indeterminate{0%{left:0;width:0}50%{left:30%;width:70%}75%{left:100%;width:0}}@keyframes progress-indeterminate{0%{left:0;width:0}50%{left:30%;width:70%}75%{left:100%;width:0}}@-webkit-keyframes progress-indeterminate-short{0%{left:0;width:0}50%{left:0;width:0}75%{left:0;width:25%}100%{left:100%;width:0}}@keyframes progress-indeterminate-short{0%{left:0;width:0}50%{left:0;width:0}75%{left:0;width:25%}100%{left:100%;width:0}}.jumbotron{width:80%;margin:0 auto;background-color:#fff;padding:19px;margin-bottom:20px;-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);border-radius:2px;border:0}