.magecomp-cookie-template {
   height: auto;
   position: fixed;
   z-index: 9999;
   padding: 25px;
   min-height: 60px;
   top: 30%;
   left: 30%;
   border-radius: 8px;
   background: white;
   width: 530px;
   margin-left: auto;
   margin-right: auto;
   box-shadow: 0px 0px 1400px 1500px #494949a1;
   display: block;
}

.moreinfo {
    width: auto;
    border: 1px solid #f3703d;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    margin-top: 8px;
    text-decoration: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
}

.top {
    /* height: auto; */
    /* position: relative; */
    /* z-index: 999; */
    /* padding: 5px; */
    /* min-height: 60px; */
    /* top: 0; */
}

.bottom {
    height: auto;
    position: fixed;
    z-index: 999;
    padding: 5px;
    min-height: 60px;
    bottom: 0;
}

.cookietext {
    margin-left: auto;
    margin-right: auto;
    /* vertical-align: middle; */
    /* padding-top: 8px; */
    margin-bottom: 28px;
    margin-top: 0px;
    width: 500px;
    float: none;
    text-align: center;
    display: block;
}

.cookietext:before {
    content: url(https://www.nix18.nl/binaries/content/gallery/nix18/channel-afbeeldingen/logo-nix18.svg);
    margin-left: 40px;
    margin-right: auto;
    display: block;
}

.cookiehidelink {
    width: 55%;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    margin-top: 8px;
    text-decoration: none !important;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    padding-top: 8px;
    background: #6faa3d;
    color: white!important;
}