hr {clear:both;}
/* Table of Content dot leaders */
ul.dot-leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	}
ul.dot-leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }
ul.dot-leaders span:first-child {
    padding-right: 0.33em;
    background: #ffffff;
	}
ul.dot-leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #ffffff;
	}

/* Apply link rules to anchor */
a[href $='.pdf'], .pdf { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_pdf.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.doc'], .doc { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_doc.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.xls'], .xls { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_xls.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.pps'], .pps { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_pps.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.txt'], .txt { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_txt.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.jpg'], .jpg { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_pic.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.mpg'], .mpg { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_film.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.mp3'], .mp3 { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_mp3.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}

a[href $='.zip'], .zip { 
   padding-right: 18px;
   background: transparent url('../filetype_icons/icon_archive.gif') no-repeat center right;
   /*width:16px;
   height:16px;*/
}
#batto .img-thumbnail {
	width: 15em;
}