/* style for NEW TREATMENTS PAGE */

.newTreatments {
  width: 100%;
}
.newTreatments #left {
  float: left;
  width: 48%;
}
.clearspace {
  clear: both;
  height: 12px;
}
.newTreatments #right {
  float: right;
  width: 48%;
  padding-bottom: 260px;
}

.trt-img {
  float: left;
  height: 67px;
  width: 77px;
}
.newTreatments h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #09428a;
  display: inline;
}
.newTreatments h2 a {
  color: #09428a;
  text-decoration: none;
}
.newTreatments h2 a:hover{
  text-decoration: underline;
}
.trt-txt {
font-size: 14px;
line-height: 20px;
  padding-top: 6px;
  float: left;
  width: 19em;
}
.txt_trt_head {
color: #695B3E !important;
font-size: 26px;
}

@media(min-width:300px) and (max-width:820px) {
  .trt-txt {

  width: 10em;
}
}