/* CSS Tabella Appartamenti-Prezzi */

table#prezzi{
  width:92.5%;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  margin-bottom:15px;
  font-family:Garamond, serif;
  color:#eab833;
  border: #eab833 1px solid;
}

#prezzi thead{
  color:#582524;
  background:#eab833;
  border: #582524 1px solid;
  font-size:0.9em;
}

#prezzi th{
  padding: 5px;
}

#prezzi tbody{
  color:#eab833;
  font-size:0.9em;
}

#prezzi td{
  padding: 5px;
  border: #eab833 1px solid;
  text-align:center;
}

/* CSS Tabella Vini */
table#schedaVino{
  width:92.5%;
  margin-left:auto;
  margin-right:auto;
  margin-top:1px;
  font-family:Garamond, serif;
  color:#66071b;
  /*border: #66071b 1px solid;*/
}

#schedaVino thead{
  color:#fef5cc;
  background:#66071b;
  /*border: #b47f3a 1px solid;*/
  font-size:1em;
}

#schedaVino th{
  padding: 2px;
}

#schedaVino tbody{
  color:#66071b;
  font-size:0.9em;
  font-weight:bold;
}

#schedaVino td{
  padding: 1px;
  border: #66071b 1px solid;
  text-align:left;
}

#schedaVino td.titoloEtichetta{
  color:#fef5cc;
  background:#66071b;
  text-align:center;
}
