/*
  
  Please note: To ensure that none of the styles you define here break
  the site layout, please target all your CSS selectors inside #content.
  
  For example:
  
  #content p { color: #FF0000; }   <-- Good.
  p { color: #FF0000; }            <-- Bad.
  
*/

#content ol li {
  list-style: decimal inside;
}
