/* Enter Your Custom CSS Here */
.main-content p {
    font-family: 'PT Serif', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 20px;
} 
.page-template-author-list .pp-multiple-authors-boxes-wrapper {
    display: none;
}
.tag-description h1, h2, h3, h4 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
.tag-description ul li {
    margin-bottom: 5px;
    list-style: disc outside;
    margin: 10px 0;
    list-style-position: inside;
}

.tag-description p {
    color: #000;
    display: block;
    font-family: 'PT Serif', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 20px;
}
.tag-description ol {
    margin-bottom: 10px;
}
.tag-description ol li {
    margin-bottom: 10px;
	  font-family: 'PT Serif', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.tag-description ol {
    list-style: decimal;
    list-style-position: inside;
}

.tag-description h1 {
    color: #222;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    width: 100%;
}

.tag-description h2 {
    font-size: 1.8rem;
}

.tag-description h3 {
    font-size: 1.2rem;
}
.tag-description h4 {
		  margin-bottom: 20px;
}