.UserConsentWrapper {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.77);
    text-align: center;
    min-height: 50px;
    color: #fff;
	z-index: 20000;
}

    .UserConsentWrapper .UserConsentInnerWrapper {
        margin: 50px 0;
    }

        .UserConsentWrapper .UserConsentInnerWrapper span {
            font-size: 120%;
        }
            .UserConsentWrapper .UserConsentInnerWrapper span a.UserConsentLink {
                color: #ffe82b;
				white-space: nowrap;
            }

    .UserConsentWrapper a span.fa {
        margin: 0 5px 0 0;
    }

    .UserConsentWrapper a#UseConsentLinkClose {
        margin: 15px 0 0 0;
        border: 1px solid #ffe82b;
        padding: 10px;
        font-size: 120%;
        color: #ffe82b;
        display: inline-block;
        text-decoration: none;
    }
        .UserConsentWrapper a#UseConsentLinkClose:hover {
            background-color: rgba(255, 221, 90, 0.3);
        }