body.chalice {
    min-height: auto;
    padding: 0;
    background: #d4bd91 url('/images/Altar.png') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Comic Book', sans-serif;
    letter-spacing: 1px
}

body.chalice button {
    outline: none !important;
    box-shadow: none !important
}

body.chalice .link-block-2 {
    display: none
}

body.chalice .w-nav-overlay {
    height: 600px !important
}

body.chalice .chalice-window {
    position: absolute;
    top: 50%;
    width: 220px;
    height: 500px;
    background: url('/images/chalice-window.png') no-repeat center;
    background-size: contain;
    transform: translate(0, -50%)
}

body.chalice .chalice-window.is-left {
    left: 10%
}

body.chalice .chalice-window.is-right {
    right: 10%

}

body.chalice .chalice-pedestal .chalice-pedestal-icon {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 320px;
    height: 600px;
    margin: 0 0 -26px;
    background: url('/images/chalice-icon-pending.png') no-repeat bottom center;
    background-size: contain;
    transform: translate(-50%, 0)
}

body.chalice .chalice-pedestal .chalice-pedestal-icon.is-accepted {
    background-image: url('/images/chalice-icon-accepted.gif')
}

body.chalice .chalice-pedestal .chalice-pedestal-icon.is-rejected {
    background-image: url('/images/chalice-icon-rejected.gif')
}

body.chalice .chalice-connect-button {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 35%;
    height: 80%;
    background: url('/images/chalice-connect-button.gif') no-repeat center;
    background-size: contain;
    border: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 2px 2px 0 #222;
    transform: translate(-50%, 0)
}
body.chalice .chalice-connect-button2 {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 35%;
    height: 80%;
    background: url('/images/chalice-connect-button2.gif') no-repeat center;
    background-size: contain;
    border: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 2px 2px 0 #222;
    transform: translate(-50%, 0)
}


body.chalice .chalice-connect-button:disabled {
    opacity: 0.6
}

body.chalice .chalice-result {
    position: absolute;
    top: 25%;
    left: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 2px 2px 0 #222;
    transform: translate(-50%, 0)
}

@media only screen and (max-width: 819px) {
    body.chalice .chalice-window {
        display: none
    }

    body.chalice .chalice-connect-button {
        top: 10%;
        width: 340px;
        height: 180px
    }

    body.chalice .chalice-result {
        top: 20%;
        width: 80%
    }
}