@media print {
    .oginfoaccept { display:none; }
}
.oginfoaccept {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:auto;
    padding:1em;
    background:#f4f4f4;
    box-shadow:0 -3px 5px rgba(128,128,128,0.4);
    transition:bottom 2s ease;
    z-index:2000;
}
.oginfoaccept.in { }
.oginfoaccept.out { }
.oginfoaccept.accepted { bottom:-9999px }

.oginfoaccept .inner {
    margin:0 auto;
    max-width:850px;
    text-align:center;
}
.oginfoaccept small { font-size:0.9em }
.oginfoaccept button {
    font-size:0.7em;
    position:relative;
    bottom:1px;
    left:5px;
    background:#006533;
    border:0;
    border-radius:1em;
    padding:1px 15px;
    color:#fff;
    text-transform:uppercase;
    position:relative;
}
.oginfoaccept button:hover{ background:#008755 }
.oginfoaccept button a:hover{
    text-decoration:none;
    border-bottom:0;
}

.oginfoaccept button a,
.oginfoaccept button :active,
.oginfoaccept button a:focus,
.oginfoaccept button a:hover {
    color:#fff;
}
.oginfoaccept a.link-info {
    text-decoration:underline;
}
