
/* Privacy */
#privacy {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

#privacy #title {
  line-height: 1.3em;
  background-color: #eee;
  border-left: 5px solid #ff6600;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 7px;
  font-weight: bold;
  text-align: left;
}
#privacy h3 {
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}
#privacy p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 600px) {
  #privacy {
    width: 90%;
  }
}

/* End of privacy */

