
/* new template styles */


h1 {
  margin-top: 0;
}

/* fix roundoff error in last block in row
   using responsive images, it will be one px taller otherwise
   */
img.img-responsive {
  max-width: 100.5%;
}

.index-banner h1 {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 25px;
  
}

#main .index-banner p {
  margin-top: 0;

}

.index-block {
  border-right: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.index-block:last-child {
  border-right: none;
}

.index-container-outer {
  position: relative;
}

.index-container-outer::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: white;
  content: " ";
}


.index-container.row {
  margin-left: 0;
  margin-right: 0;
}

.index-container div {
  /* margin-bottom: 0;*/
}
a.index-title {
  color: #333;
  margin-top: 8px;
  display: block;
}
.index-block .index-by,
.index-block .index-info
{
  font-size: 13px;
  color: #aaa;
  margin-bottom: 15px;
}
.index-pricing {
  font-size: 19px;
}
.index-pricing a {
  color: #00aeef;
}
.index-pricing span {
  font-size: 13px;
  color: #aaa;
  display: block;
  margin-bottom: 15px;
}



/* bed index pages */
.index div.index-info {
  display: block;
  position: static;
}

.index div {
  margin-bottom: 0;
}
.index .index-block {
  border-right: none;
  border-bottom: none;
}
.index .index-pricing {
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.index .index-block {

}


