div.tariffe-estive {
 width: 700px;
}
div.tariffe-estive h3 {
 font-size: 1.8em;
 text-align: center;
 text-transform: uppercase;
 margin-top: 30px;
 margin-bottom: 30px;
}
div.tariffe-estive h5 {
 width: 380px;
 margin: 0 auto;
 font-size: 1.2em;
 margin-bottom: 3px;
}
div.tariffe-estive p {
 font-size: 1.2em;
 width: 380px;
 padding: 0;
 margin: 0 auto;
 margin-bottom: 20px;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
}
div.tariffe-estive p span.label {
 display: inline-block;
 width: 300px;
}
div.tariffe-estive p span.price {
 display: inline-block;
 width: 80px;
 text-align: right;
}
div.tariffe-estive p.stagionale {
 font-weight: bold;
 text-transform: uppercase;
}
