/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 17 2024 | 08:56:57 */
 /* Recaptcha hidden */
.grecaptcha-badge { visibility: hidden; }

 /* Pagina 404 */
.error404 main#primary {
    width: 600px !important;
    text-align: center;
    margin: auto;
    border: 1px double #eee;
}
.error404 main#primary ul {
    list-style: none;
}