/* carousel */
#quote-carousel {

    padding: 0 0px 60px 0px;
    text-align: center;

}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #94b403;
  height:10px;
  width:10px;
  margin-bottom:1px;
}
/* typography */
h1 {
  text-align:center;
  margin-bottom:-20px !important;
}
p {
  font-style:italic;
}