/**
Theme Name: Saizar SL theme
Author: infoberri.com
Author URI: https://www.infoberri.com
Description: Tema personalizado para Saizar SL
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saizar-sl-theme
Template: astra
*/



div table, div table th, div table td, div table tr {
  padding:0px;
  margin:0px;
  border-spacing: 0px;
}
div table, div table, div table {
  min-width: 380px;
  margin: 0px auto;
  border:1px black solid;
  border-radius:5px;
  min-width:400px;
  font-family: Helvetica,Arial;
}
div table th:not(:last-child), div table td:not(:last-child) {
  border-right:1px #666 solid;
}
div table td, div table th {
  padding:6px;
}
div table th {
  font-weight: 700;
  color:#fff;
  background-color: #00739f;
  border-bottom:1px #000 solid;
}
div table tr:nth-child(2n) {
  background: #ffffff;
}
div table tr:nth-child(2n+1) {
  background: #efefef;
}
#map-canvas {
    width: 100%;
    height: 600px;
}
nav.e-n-menu button:hover {
	background-color: #fff !important;
}