/* CSS Document for Bravotur Algarve Page */

#infoTxt {clear: both}
  #infoTxt h2 {margin-bottom: 10px}
hr {
  border: none;
  border-bottom: 1px dotted #999;
  margin: 10px auto;
}
img.pic {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 5px #ccc;
  padding: 5px;
}
.fR {
  float: right;
  margin: -5px 0 10px 20px;
}
.fL {
  float: left;
  margin: -5px 20px 10px 0;
}

#conditions ol li {
  font-size: .9em;
  list-style: outside decimal;
  margin-bottom: 10px;
}
#conditions ul li, #privacy ul li {
  list-style: none;
  margin-bottom: 5px;
}
#conditions ul li span {
  display: inline-block;
  width: 200px;
}
#privacy h3 {
	color: #005A96;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 15px;
}
#privacy p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 5px;
}


@media only screen and (max-width: 639px) {
  .fR, .fL {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
