
.pulled-right {
  display: block;
  float: right;
  padding: 0 0 0 10px;
  width: 200px;
  font-size: 18px;
  text-align: left;
  color: #A1A1A1;
  border-left: 3px solid #CCC;
  line-height: 120%;
}
.pulled-left {
    border-left: 5px solid #2a83c2;
    color: #333;
    display: block;
    float: left;
    line-height: 20px;
    margin: 30px 0 0;
    padding: 0 20px;
    text-align: left;
    width: 200px;
}

.pullquote__social {
  clear: both;
  margin-top:10px;
  border-top: 1px solid #f5f5f5;  
  padding-top: 10px;
}

.pullquote__social--twitter,
.pullquote__social--facebook {
  display:block;
  cursor: pointer;
  width:16px;
  height:16px;
  opacity: .6;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pullquote__social--twitter:hover,
.pullquote__social--facebook:hover {
  opacity: 1;
}

.pullquote__social--twitter:active,
.pullquote__social--facebook:active {
  opacity: .5;
}

.pullquote__social--twitter {
  background: url(../images/twitter.png) 50% 50% no-repeat !important;
}

.pullquote__social--facebook {
  background: url(../images/facebook.png) 50% 50% no-repeat !important;
}

@media print {
  .pullquote__social a[href]:after {
    content: none !important;
  }
}
