/****************** Color Stack *******************/
/****************** Cookiebar Colors *******************/
/****************** Background Color Stack *******************/
/****************** Font Color Stack *******************/
/****************** Font Stack *******************/
/****************** Default margins *******************/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  margin-top: 0; }

p {
  margin-bottom: 30px; }

ol, ul {
  margin-bottom: 30px;
  padding-left: 30px; }
  ol li, ul li {
    list-style: circle; }

ol {
  counter-reset: li; }
  ol li {
    list-style: none;
    counter-increment: li; }
    ol li:before {
      content: counter(li) ".";
      display: inline-block;
      color: green;
      width: 1em;
      margin-left: -1em; }
