Style Bullet List

Style bullet list in bloggers post body


.post-body ul {

 font-family: 'Cinzel', serif;
 font-size: 12px;
 font-weight:700;
 text-align:left;
 padding-left: 10% !important;
 padding-right: 10% !important;
 list-style-type: square;
 list-style-image: none;
 list-style-position: outside;
 margin-bottom:30px;
 
}

.post-body ul li { margin-top: 15px;!important; }