/*
Suppress drop cap
*/

.storytext>.inline_image:first-child+p:first-letter, .storytext>p:first-child:first-letter, .storytext>p:empty:first-child+p:first-letter {
float: none;
padding-right: 0px;
color: #575757;
font: 100% "Myriad W08 Regular",Helvetica,Arial,sans-serif;
}


