.q, .in-tln, .inline-tln {

  display: inline;
  quotes : '‘' '’' '“' '”';

  &::before {
    content: open-quote;
  }

  &::after {
    content: close-quote;
  }

}
