

.align-left, .text-left { text-align: left; }
.align-center, .text-center { text-align: center; }
.align-right, .text-right { text-align: right; }
.align-justify, .text-justify { text-align: justify; }

blockquote { border-left: 4px solid; font-style: italic; padding-left: 20px; margin-bottom: 10px; }
blockquote p:last-child { padding-bottom: 0; }
