/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

p.quote {
  font-size: 150%;
  font-weight: normal;
  font-style: italic;
}
p.quote_author {
  font-size: 120%;
}

hr {
    height: 2px;
    background-color:#555;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
}

div.footer {
  text-align: center;
  font-size: 90%;
  font-weight: normal;
  color: #777;
}

a.no:link, a.no:visited {
  text-decoration: none;
  color: #333;
}
