
/* microkids-related-posts-default.css */

/* 1  */ .related-posts ul {
/* 2  */     margin: 1em 0 2em 0;
/* 3  */     padding: 0;
/* 4  */     list-style: none;
/* 5  */     width: 100%;
/* 6  */     float: left;
/* 7  */     clear: both;
/* 8  */ }
/* 9  */ .related-posts li {
/* 10 */     margin: 0;
/* 11 */     padding: 0;
/* 12 */     display: block;
/* 13 */     clear: left;
/* 14 */ }
/* 15 */ .related-posts img {
/* 16 */     margin: 0 0.5em 0.5em 0;
/* 17 */     float: left;
/* 18 */ }
