.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.js-loading-overlay {
    position: fixed; z-index: 200;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.hide {
    display: none;
}