#cookies {
    position        : fixed;
    bottom          : -60px;
    left            : 0px;
    height          : 60px;
    width           : 100%;
    background-color: #F0F0F0;
    -webkit-transition: bottom .9s;
       -moz-transition: bottom .9s;
         -o-transition: bottom .9s;
            transition: bottom .9s;
}

#cookies.visible {
    bottom: 0px;
}

#cookies a {
    color : #3EA2EF;
    cursor: pointer;
}

#cookies a:hover {
    color: #8CCAFA;
}

#cookies > p {
    height     : 100%;
    padding    : 12px 36px;
    font-size  : 12px;
    line-height: 36px;
}

#cookies > .button {
    position   : absolute;
    top        : 0px;
    right      : 0px;
    height     : 36px;
    width      : 120px;
    margin     : 12px 36px;
    line-height: 36px;
}