.oon-ds-banner {
    box-sizing: border-box;
    position: fixed;
    left: 25px;
    bottom: 0;
    width: 800px;
    background-color: rgba(6, 64, 110, 0.95);
    color: white;
    font-size: 15px;
    line-height: 1.4em;
    padding: 40px 25px;
    /** on some sites like news parallax puts the banner below content **/
    /** parallax already does z-index 2 for navlinks on bottom of news/sport so bump even higher **/
    /** and topgridposition already has z-index 100 .. ugh **/
    z-index: 200;
}

.oon-ds-banner .buttons {
    text-align: right;
    margin-top: 10px;
}

.oon-ds-banner h3 {
   margin-bottom: 20px;
   font-weight: 500;
}

.oon-ds-banner a {
   color: white !important;
   text-decoration: underline !important;
}

.oon-ds-banner button#ds-more {
   color: white !important;
   text-decoration: underline !important;
   cursor: pointer;
   background-color: transparent;
   border: none;
   float: left;
   font-size: 15px;
   line-height: 21px;
   padding: 0;
   font-family: 'ORF ON';
}

.oon-ds-banner .buttons button#ds-accept {
   padding: 5px 25px;
   margin-left: 15px;
}
.oon-ds-banner button#ds-accept {
    display: inline-block;
    background-color:#06a318;
    letter-spacing: 2px;
    color: white;
    padding: 1px 6px;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    border: none;
}
.oon-ds-banner button#ds-accept:hover {
    background-color: #466199;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.oon-ds-banner .oon-ds-options {
   margin-top: 15px;
   padding: 10px;
   background-color: #5286c1;
   display: none;
   flex-direction: row;
}
@media only screen and (max-width: 600px) {
   .oon-ds-banner .oon-ds-options {
      flex-direction: column;
   }
}
.oon-ds-banner .oon-ds-options span {
   font-weight: 500;
}

.oon-ds-banner .oon-ds-options p {
    margin: 0px 0px 5px 19px;
    font-size: 14px;
}

.oon-ds-banner .oon-ds-options.oon-ds-visible {
   display: flex;
}

/** mobile styling **/

.mobile .oon-ds-banner {
    width: 100%;
    left: 0;
    padding: 10px;
    font-size: 14px;
}
.mobile .oon-ds-banner .buttons {
    margin-top: 5px;
}