/* Algemene instelling van de cookiebanner balk */

.rkrCB {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    *margin-left: .3em;
    background-color: #cccccc;
    padding: 15px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.rkrCB .rkrCBContent {
    float: left;
    padding: 5px 5px 5px 20px;
    color: #333333;
}

.rkrCB .rkrCBContent a {
    color: #049cdb;
    text-decoration: underline;
}

.rkrCB .buttons {
    float: right;
    padding-right: 15px;
    padding-top: 4px;
}

.rkrCB .buttons a {
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
}

.rkrCB .buttons .rkrCBAccept {
    background-color: #46a546;
    color: #ffffff;
}

.rkrCB .buttons .rkrCBRevoke {
    background-color: #9d261d;
    color: #ffffff;
}

.rkrCB.attop {
    top: 0;
}

.rkrCB.atbottom {
    bottom: 0;
}