/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
.responsive-table-container{ width:100%; overflow-x:auto; margin:20px 0; } table.eventos{ width:100%; border-collapse:collapse; min-width:650px; font-family:Arial, Helvetica, sans-serif; } table.eventos th, table.eventos td{ padding:12px 10px; border-bottom:1px solid #ddd; vertical-align:middle; } table.eventos thead th{ background:#add8e6; text-align:center; font-weight:bold; } table.eventos tbody tr:nth-child(even){ background:#f8fdff; } table.eventos tbody tr:hover{ background:#e6f4ff; } table.eventos a{ color:#0066cc; text-decoration:none; } table.eventos a:hover{ text-decoration:underline; } table.eventos img{ display:block; margin:auto; } .links-list{ list-style:none; padding:0; margin:20px 0; } .links-list li{ padding:10px 0; border-bottom:1px solid #eee; } .links-list li:last-child{ border-bottom:none; } .links-list a{ color:#0066cc; text-decoration:none; } .links-list a:hover{ text-decoration:underline; } @media (max-width:768px){ table.eventos th, table.eventos td{ font-size:14px; padding:10px 8px; } }