/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2021 | 14:09:34 */
.extra{
	margin: 0 30px 20px;
    font-size: 16px;
    align-items: center;
    padding: 15px;
    background: #efefef;
    border-width: 2px;
    border-style: double;
    border-radius: 5px;
    border-color: blueviolet;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.extra a{
  color: blue !important;
}
.extra a:hover{
  text-decoration: underline !important;
}
.extra p:first-child{
  margin-bottom: 5px;
}
.single article a{
  margin-left:3px;
}