#checkout-view {
    height: 100%;
    width: 100%;
    overflow: auto;
    display: none;
    flex-direction: column;
    align-items: center;
    font-family: pixel;
}
    #checkout-selected-text {
        margin-top: 2vmax;
    }
    #checkout-selected-list {
        display: flex;
        flex-direction: column;
        margin-top: 1vmax;
        overflow: auto;
        border-bottom: 0.4vmax inset rgba(0,0,0,.5);
        border-left: 0.4vmax inset rgba(0,0,0,.5);
        border-right: 0.4vmax inset rgba(255,255,255,.5);
        border-top: 0.4vmax inset rgba(255,255,255,.5);
        background-color: #888888;
    }
        .checkout-selected-item {
            display: flex;
            margin: 0.5vmax;
        }
            .checkout-selected-block {
                margin-left: 0.5vmax;
            }
    #checkout-total {
        display: flex;
        margin: 1vmax;
    }
        .checkout-total-column {
            display: flex;
            flex-direction: column;
        }
            .checkout-total-row {
                display: flex;
                align-items: center;
                height: 50%;
                padding: 1vmax;
            }
            #checkout-total-after-row {
                flex-direction: column;
                text-align: left;
                align-items: flex-start;
            }
                .checkout-container {
                    display: flex;
                    align-items: center;
                    font-size: 15px;
                }
                    #checkout-view .tier-images {
                        margin: 0 2vmax 0 2vmax;
                    }
                    .checkout-total-tier-quantity {
                        white-space: nowrap;
                    }
    #checkout-message {
        text-align: center;
    }
    #checkout-capture {
        border-width: 0.3vmax;
        padding: 0.5vmax;
        margin: 1vmax;
    }
    #checkout-capture-loading {
        margin: 1vmax;
    }
    #checkout-capture-message {
        font-size: 20px;
        text-align: center;
        margin: 1vmax 0;
    }
    