  ol.ol-mof {
     /*counter-reset: li; Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }

  ol.ol-mof ol {
    margin: 0 2em 0 2em; /* Add some left margin for inner lists */
    list-style: none; /* Remove default numbering */
  }

  .rectangle-list a, .rectangle-list span.mof-title, .rectangle-list span.empty {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    text-decoration: none;
    transition: all .3s ease-out;
  }

  .pdf-mof {
	text-indent: -2em;
    padding-left: 1.2em;
    display: block;
	text-align: justify;
  }
  .mof {
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
  }
  .rectangle-list span.mof-title {
    color: #444;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FCCE04;
  }

  .rectangle-list a:hover{
    color: #444;
    background: #eee;
  }

  .rectangle-list a:before{
    /*content: counter(li,'.') ':';
	content: counter(li);
    counter-increment: li;*/
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    /* background: #fa8072; */
    background: #006699;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
  }

  .rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
  }

  .rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #006699;
  }

.pdf-mof:before {
	content: url(pdf.png);
}