@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Armata');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
div#ds_div {
  font-family: 'Armata', Arial, Helvetica, sans-serif!important;
	/*font-weight: 300;*/
}
div#ds_div td{
  padding:5px;
}
#ds_div{
	padding:20px;
}
div.note p{
	font-size: 15px;
}
h2{
	font-size: 30px;
 
color:#005f93;
	border-top:5px solid #079fae;
	border-bottom:5px solid #079fae;
	padding:15px;
	margin-bottom:25px;
	background-color: #eee;
}

#ds_div > div:first-of-type > p:nth-of-type(2){/* nasconde le foto inserite all'inizio della descrizione di magento */
	display: none;
}
h3{
	
	color: #005f93;
	font-size: 25px;
}
h2:before { content: '֍ '; }

p{
	margin-bottom: 15px;
}
p, p span {
  font-size: 15px!important;
  line-height: 1.6!important;
  color: #333;
}
img{
	max-width: 100%;
}
#ds_div table td{
	padding:10px;
	font-size: 13px;

}
#ds_div img {
    border: 0;
    padding: 0;
    outline: 7px solid rgba(235, 255, 255, 0.5) !important;
    outline-offset: -7px !important;
}

#ds_div table tr:nth-child(odd) {
  background: #f8f8f8;
}
.p-header2{
	font-size: 25px;
	font-weight: bold;	
}
a, img, a img, input, select {
  text-decoration: none;
  outline: none;
  border: 0px;
}
a, img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover{
	opacity:0.7;
}
.condizioni {
  border-top: 1px dashed #7dc3ff;
  margin-top: 20px;
  padding: 20px;
}
.condizioni h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.note h2{
	font-size: 18px;
	background-color: #777;
	color:#fff;
	border: none;
}
p.localita { 
	font-size: 12px!important;
}
ul{
	margin-bottom: 15px;
}
li{
	margin-left: 20px;
	margin-bottom:7px;
}
table{
	border:1px solid #ccc;
	border-collapse: collapse;
	padding:20px;
	
}