/* Enter Your Custom CSS Here */

.pullquote { 
  border-top: 3px solid black; 
  border-bottom: 3px solid black; 
  width: 40%;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16pt;
  line-height: 20pt;
}
.pullquote-right {
  float:right;
  margin-right: 0;
  margin-left: 10px;
}
.pullquote-left {
  float:left;
  margin-left: 0;
  margin-right: 10px;
}

.bourdieu {
 background-color:#EEE; 
 padding: 5px 10px;
 margin-left: 10px;
 border-radius: 5px;
}