/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2020 | 00:56:31 */
/* 3692.css Code for Block Quotes, citations, figure captions, and separators - JPMD 21 Mar 2020 */ 

blockquote.wp-block-quote
{
  border-left: navy solid thin;
  margin-left: 30px;
  padding-left: 20px;
}

cite
{
  color: navy;
  text-align: right;
  font-style: italic;
}

 figcaption 
{
  color: navy;
  text-align: center;
  font-style: italic;
}
.wp-block-separator
{	width: 30%;
}

