#ds-actions {
    opacity: 0;
    margin: 0;
    padding: 0;
}

#ds-actions.active {
    opacity: 1;
}

#ds-actions label {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1.8em;
    color: #999999;
}

#ds-actions label.active {
    color: #FFFFFF;
}

#ds-actions button {
    position: relative;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    border-radius: 0.75em;
    height: 1.5em;
    width: 3em;
    outline: none;
    float: none;
    margin: 0 0 0 10px;
}

#ds-actions button:before {
    content: '';
    display: block;
    background: #163359;
    height: 1.1em;
    width: 1.1em;
    border-radius: 0.55em;
    position: relative;
}

#ds-actions button[value='1'] {

}

#ds-actions button[value='1']:before {
    right: -1.6em;
    background: #393939;
}

#ds-actions button[value='0'] {

}

#ds-actions button[value='0']:before {
    background: #eeeeee;
}

#ds-banner {
    display: none;
    position: fixed;
    bottom: 2vw;
    width: 500px;
    right: 2vw;
    box-sizing: border-box;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: 95vw;
    height: auto;
    z-index: 1000;
}

#ds-banner.active {
    display: block;
}

#ds-banner .wrapper {
    display: block;
    padding: 30px;
    margin: 0;
}

#ds-banner .content {
    box-sizing: border-box;
}

#ds-banner .content p {
    color: #000;
}

#ds-banner .content p a,
#ds-banner .content p a:focus,
#ds-banner .content p a:visited,
#ds-banner .content p a:hover {
    color: #970303;
}

#ds-banner .content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#ds-banner .actions {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0;
    margin-top: 30px;
}

#ds-banner .actions button {
    display: inline-block;
    background: #970303;
    color: #FFFFFF;
    border: 1px solid #970303;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    outline: none;
    padding: 10px 20px;
    float: none;
    font-size: 1rem;
    line-height: 1.4em;
    text-transform: none;
}

#ds-banner .actions button.accept {

}

#ds-banner .actions button.ignore {
    background: none;
    color: #000000;
    border-width: 0px;
    text-decoration: underline;
    padding-left: 0;
}

#ds-banner .actions button.disable {
    background: none;
    color: #000000;
    border-width: 0px;
    text-decoration: underline;
    padding-left: 0;
}

@media (max-width: 768px){
    #ds-banner {
        bottom: 0;
        width: 100vw;
        right: 0;
        max-width: 100vw;
    }

    #ds-banner .actions {
        display: block;
        text-align: center;
    }

    #ds-banner .actions button {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
}
