﻿/*start of purchase-prompt specific styles*/
.p-prompt {
    position: absolute;
    top: 50%;
    height: 46px;
    margin-top: -23px;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    z-index: 3;
    cursor: default;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .p-prompt .child-container {
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        padding: 3px;
        background-color: #572561;
        text-align: center;
    }

        .p-prompt .child-container .text-holder {
            line-height: 2;
            padding-left: 7px;
        }

        .p-prompt .child-container .purchBtns {
            cursor: pointer;
            max-height: 40px;
        }

/*end of purchase-prompt specific styles*/
