@charset "utf-8";
/* CSS Document */
body {
  font-family: museo, serif;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f4f3f2;
  border: 1px solid #e3e2df;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.page-header {
  position: relative;
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #dcdbd7;
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 500px;
  background-color: #8ca55b;
}
.page-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 0;
  border-bottom: 2px solid #8ca55b;
}
.caps {
  font-variant: small-caps;
  font-weight: 400;
}
.blockquote-custom {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #91aa5f;
  ont-size: .9rem;
  font-weight: 300;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 9px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #dcdbd7;
}
.text-justify {
  text-align: justify;
}
.panel-heading {
  color: #f0eeeb;
  background-color: #8b4845 !important;
  border-color: #9c514d !important;
  background-image: linear-gradient(to bottom, #ac5b57 0%, #9c514d 100%);
  background-repeat: repeat-x !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
}
.panel-danger {
  color: #f0eeeb;
  background-color: #8b4845 !important;
}
.small-caps {
  font-variant: small-caps !important;
}