.CookieDeclaration .cookies-title,
.CookieDeclarationType p.CookieDeclarationTypeHeader{
    font-size: 20px!important;
    font-weight: 700;
    color: var(--biogen-dark-blue);
    color: #005B7F;
    line-height: 25px;
    margin: 0px 0px 25px 0px;
    padding: 0 50px;
    text-align: center;
}

table.CookieDeclarationTable {
    margin-top: 0px;
    font-size: 15px;
    border-right: 1px solid #dbe8ce !important;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.CookieDeclaration{
    text-align: left;
}

.CookieDeclaration .CookieDeclarationType{
    border: none!important;
    margin-top: 40px;
    padding: 8px 0 8px;
}

table .CookieDeclarationTableCell{
    text-align: center;
    border-bottom: 1px solid #e5e6e8!important;
}

table.CookieDeclarationTable th.CookieDeclarationTableHeader{
    background: #005B7F;
    border-top: 5px solid #005B7F !important;
    border-bottom: 0 !important;
    border-right: 5px solid #005B7F !important;
    border-left: 5px solid #005B7F;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

table.CookieDeclarationTable tbody tr:first-child td{
    border-top: none !important;
}

table .CookieDeclarationTableCell{
    border-right: 1px solid #e5e6e8;
    vertical-align: middle!important;
}

table.CookieDeclarationTable tbody{
    border: 0 !important;
    border-bottom: 5px solid #e5e6e8 !important;
}

table.CookieDeclarationTable tr{
    border-top: 0px solid #e5e6e8 !important;
    border-bottom: 0px solid #e5e6e8 !important;
}
@media screen and (max-width: 991px) and (min-width: 767px){
    .CookieDeclaration{
        padding: 50px 30px 50px;
    }
    table .CookieDeclarationTableCell{
        display: table-cell!important;
    }
}
@media screen and (max-width: 767px){
    .CookieDeclaration{
        padding: 30px 20px 30px;
    }
    table .CookieDeclarationTableCell{
        display: table-cell!important;
        font-size: 14px;
        text-align: left;
    }
    .cookies-title{
        padding: 0px 15px !important;
    }
    .CookieDeclarationType p.CookieDeclarationTypeHeader{
        padding: 0 50px;
    }
    table.CookieDeclarationTable th.CookieDeclarationTableHeader {
        border-top: 1px solid #005B7F !important;
        border-left: 1px solid #005B7F;
        border-right: 1px solid #005B7F !important;
    }
    table.CookieDeclarationTable tbody {
        border-bottom: 1px solid #e5e6e8 !important;
    }
    body .content .main table.CookieDeclarationTable tbody tr {
        border: 1px solid #e5e6e8;
    }
}




