/* Example CSS file */ 
.privacywire-banner {
    margin: 30px !important;
    box-shadow: none !important;
    background-color: #ef4444 !important;
    color: #FFF !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 100 !important;
}

.privacywire-buttons {
    padding-top: 20px !important;
}

.allow-all {
    background-color: #FFF !important;
    color: #1a202c !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
}

.allow-necessary{
    background-color: #FFF !important;
    color: #1a202c !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
}

.privacywire{
    margin: 30px !important;
    box-shadow: none !important;
    background-color: #ef4444 !important;
    color: #FFF !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 100 !important;
}