.consent-box {
    /* so the main page video player does not get corped */
    height: 100%;
}

.consent-box .consent-content {
    /* so the main page video player does not get corped */
    height: 100%;
}

.consent-box .consent-form {
    border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 15px;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1rem;
    background-color: white;
}
.consent-box .consent-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 3px;
    background: #007b46;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.consent-box .consent-form h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: black !important;
}
.consent-box .consent-form p {
    margin: 0.5rem 0 0;
    line-height: 1.5em;
    color: black !important;
    font-size: 14px;
}
.consent-box .consent-form .allow-all-origins {
    display: block;
    border-radius: 3px;
    background: #007b46;
    padding: 2px 14px;
    margin-left: 3px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.5em;
    text-align: center;
    height: 100%;
    /*width: 50%;*/
    box-sizing: border-box;
    align-items: center;
}

.consent-box .consent-form .allow-this-origin {
    display: block;
    border-radius: 3px;
    background: #007b46;
    padding: 2px 14px;
    margin-left: 3px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.5em;
    text-align: center;
    /*width: 50%;*/
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 5px;
}

.consent-box .consent-form .consent-decision-container {
    display: block;
    width: 100%;
    margin-top: 1em;
}
.consent-box .consent-form .button {
    margin: 0 auto;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.consent-box img {
    width: 100%;
    height: 100%;
    filter: blur(1px) opacity(50%);
}
.consent-box .consent-form.consent-img {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 10px;
    right: 10px;
    padding: 15px;
    margin: auto;
    height: 70%;
    background: rgba(255,255,255,0.8);
    max-width: 350px;
    max-height: 200px;
}
.consent-box .tt-icon.tt-icon-arrow-right {
    font-size: 18px;
    position:absolute;
    top: 0;
    left: -20px;
}

.consent-box blockquote.twitter-tweet-error:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 3px;
    background: #007b46;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.consent-box blockquote.twitter-tweet-error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1.5em;
    padding: 15px;
}

.consent-box blockquote.twitter-tweet-error a {
    color: #007b46;
}