#body_home {
    margin: 15px 0px 0px;
}

.table_privacy {
    font-size: small;
    /* border: 1px solid black;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px; */
}

/* .table_privacy td {
    border-right: 1px solid black;
} */

#cookie_law {
    display: none;
    z-index: 2147483648;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    text-align: center;
    padding: 4px;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

#cookie_law p {
    margin: 0;
}

#cookie_law a {
    color: #f5f5f5;
}

#cookie_law #btn_cookie_accept {
    color: black;
    background: #f5f5f5;
    outline: none;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
}