@import url(widgets/all.css);

.gax-boot-progress {
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
}
.gax-boot-progress-amount {
    width: 0;
    height: 2px;
    background: #FF4F1F;
}
html {
    height: 100%;
}
