/* CSS in addition to bootstrap.css */

/* internal references */
a[href^='#'] { border-bottom: 1px dotted #428bca }
#TOC a[href^='#'] { border-bottom: none }

/* links to MetaCPAN */
a[href^='https://metacpan.org'] {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 90%;
    padding: 2px 4px;
/*    border-radius: 3px;
    background-color: #f9f2f4;*/
}

/* section headings */
h1 { border-bottom: 1px solid #666 }
h1, h2, h3, h4 { margin-top: 25px }

body { padding-top: 70px; }

section[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -30px; 
  height: 30px; 
  visibility: hidden; 
}
