.ustore-debugger-block {
    text-align: right;
    padding: 10px;
}

.ustore-debugger-section {
    padding-top: 10px;
}

.ustore-debugger-modal-content {
    display: none;
    padding-top: 25px;
    padding-bottom: 20px;
}

.ustore-debugger-error pre {
    background: #ffcccc;
    border: 1px solid #ff0000;
    color: #111111;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.2rem;
    display: block;
    white-space: pre-wrap;
}

.ustore-debugger-trace {
    display: none;
    white-space: pre-wrap;
}

.ustore-debugger-link {
    width: 39px;
    height: 38px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 800;
    background: url("../images/ustore_logo.png");
}

.ustore-message-block-center {
    position: absolute;
    width: 500px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -250px;
    text-align: center;
}

.ustore-message-text-error {
    color: #ff0000;
    text-align: center;
}

.ustore-proof-block {
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

.ustore-wizard-container {
    height: 100%;
    width: 100%;
}

.ustore-wizard-iframe {
    height: 100%;
    width: 100%;
}

.ustore-wizard-modal-content {
    display: none;
    height: 95%;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}

.ustore-cart-action-wizard {}

.ustore-cart-action-proof {}