article {
  padding-bottom: 25px;
}
article > section.topsec {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #a97d4d;
  background-color: #FFF;
  margin: 20px 10px 0 10px;
  padding-bottom: 10px;
}
article > section.topsec > h2 {
  margin: 0;
}
article > section.topsec > a {
  display: block;
  background-color: #c0915e;
  color: #fff;
  padding: 8px;
  margin: 10px;
  text-align: center;
  border-radius: 8px;
}
article > section.topsec > a:hover, article > section.topsec > a:link, article > section.topsec > a:active, article > section.topsec > a:visited {
  color: #FFF;
}

.treatment > section {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 2px #a97d4d;
  background-color: #FFF;
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  text-align: center;
}
.treatment > section h3 {
  text-align: left;
  font-size: 113%;
  color: #623d1c;
  margin: 5px 5px 15px 5px;
  padding: 5px;
  line-height: 1;
  border-bottom: dotted 1px #a97d4d;
  background: none;
  min-height: auto;
  height: auto;
}
.treatment > section h3 span {
  font-size: 80%;
  line-height: 0.75;
  font-weight: normal;
}
.treatment > section dl dt {
  font-size: 100%;
  margin: 0 5px;
  padding: 5px 0;
  color: #444;
  padding-top: 12px;
  margin-top: 10px;
  border-top: dotted 1px #a97d4d;
}
.treatment > section dl dt:first-of-type {
  padding-top: 5px;
  border-top: none;
}
.treatment > section dl dd {
  color: #b73434;
  font-size: 185%;
  line-height: 1.2;
  padding: 0 0 5px 0;
  margin: 0;
}
.treatment > section dl dd span {
  font-size: 70%;
  display: block;
}
.treatment > section dl dd span.tax {
  color: #623d1c;
  font-size: 50%;
  margin: 5px auto 0;
  text-align: center;
}
/*# sourceMappingURL=bodycare.css.map */