/* Enter Your Custom CSS Here */

.single-content h2 {
   color: #222222;
}
.single-content h5 {
    color: #222222;
    line-height: 28px;
}
.single-content ol, ul {
   padding-top: 15px;
   padding-bottom: 15px;
}
.single-content iframe {
    margin: 10px auto;
}


blockquote {
    border-color: #6db1ff;
    background: #fff;
    font-size: 26px;
    line-height: 34px;
		padding: 15px 15px 15px 30px;
}