/* be explcit what you want if you don't want to inherit */
ol.instructions>li{
 background-color: transparent;
 color: #91122c; /*! sangria !*/
 display: list-item;
 font-style: normal;
 font-weight: normal;
 list-style-position: outside;
 list-style-type: decimal;
 list-style-image: none;  /* avoid inheriting an image from outer lists */
}