.mgCookies {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: #FFF;
    color: #000;
    opacity: 0;

    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);

    -moz-transition: bottom 1s ease, opacity 1s ease;
    -webkit-transition: bottom 1s ease, opacity 1s ease;
    -o-transition: bottom 1s ease, opacity 1s ease;
    transition: bottom 1s ease, opacity 1s ease;

    z-index: 12147483647;
}

.mgCookies table {
    width: 100%;
}

.mgCookies table td {
    padding: 10px;
}

.mgCookies table td:first-child a {
    text-decoration: underline;
}

.mgCookies table td:last-child {
    text-align: right;
}

.mgCookies a.button {
    margin: 0;
    display: inline-block;
    border-radius: 30px;
    color: #005957;
    padding: 8px 20px;
    line-height: 18px;
    text-decoration: none;
    /*background: linear-gradient(#f0f0f0, #cfcfcf);*/
    background-color: #FFF;
    border: 2px solid #292254;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 18px;
}

.mgCookies a.button:hover {
    background-color: rgba(41, 34, 84, .5);
    color: #FFF;
}