207: .others-comment {
208: }
209: .owner-comment {
210:
211: }
212: div.pullquote-right {
213: padding: 10px;
214: float: right;
215: width: 200px;
216: margin-top: 10px;
217: margin-bottom: 10px;
218: margin-left: 20px;
219: border-top-width: 2px;
220: border-bottom-width: 2px;
221: border-top-style: solid;
222: border-bottom-style: solid;
223: border-top-color: #ff7400;
224: border-bottom-color: #ff7400;
225: font-size: 16px;
226: text-align: center;
227: line-height: 36px;
228: font-family: Arial, Helvetica, sans-serif;
229: font-style: italic;
230: font-weight: normal;
231: }
232: div.pullquote-left {
233: padding: 10px;
234: float: left;
235: width: 200px;
236: margin-top: 10px;
237: margin-bottom: 10px;
238: margin-right: 20px;
239: border-top-width: 2px;
240: border-bottom-width: 2px;
241: border-top-style: solid;
242: border-bottom-style: solid;
243: border-top-color: #ff7400;
244: border-bottom-color: #ff7400;
245: font-size: 16px;
246: text-align: center;
247: line-height: 36px;
248: font-family: Arial, Helvetica, sans-serif;
249: font-style: italic;
250: font-weight: normal;
251: }