.page-preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.progress-bar {
    width: 200px;
    height: 8px;
    border:1px solid #AAAAAA;
    background-color: #DDDDDD;
    margin: 0 auto;
}
.progress-bar span {
    display: block;
    background-color: #EEEEEE;
    height: 8px;
    line-height: 8px;
}
.load-error {
    font-family: 'PTSans',sans-serif;
    font-size: 18px;
    color: #FF6666;
}