.owcc-banner {
    box-sizing: border-box;
    bottom: 0;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    left: 0;
    line-height: 1.45;
    padding: 16px 20px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
}

.owcc-banner * {
    box-sizing: border-box;
}

.owcc-inner {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1280px;
}

.owcc-copy {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 24px;
    text-align: center;
}

.owcc-message {
    font-weight: 600;
}

.owcc-message a {
	color: inherit;
	text-decoration: underline;
}

.owcc-choice {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
}

.owcc-choice input {
    margin: 0 6px 0 0;
    vertical-align: middle;
}

.owcc-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    text-align: center;
}

.owcc-button {
    border: 0;
    border-radius: 18px;
    cursor: pointer;
    font-size: 15px;
    margin: 3px;
    min-height: 38px;
    padding: 8px 16px;
}

.owcc-button-secondary {
    background: transparent;
    color: inherit;
    text-decoration: underline;
}

.owcc-open-settings {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .owcc-banner {
        font-size: 14px;
        padding: 14px;
    }

    .owcc-inner {
        display: block;
    }

    .owcc-copy {
        padding-right: 0;
    }

    .owcc-actions {
        margin-top: 10px;
    }
}
