/**
 * @file
 * Styles for pullquote module.
 */



.pullquote-container .pullquote-quote{
  margin: 10px 0 10px 10px; padding: 9px 20px 9px 19px; background: #0082c8; 
  display:block;
  float:right;
  width:50%;
}

.pullquote-quote:before { content: "\2014 \0020"; }
.pullquote-quote {
 font-size: 17px; line-height: 24px; color: #eee; font-style: italic;
  }
.pullquote-quote .pullquote-left {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

