/*
  =require twitter-bootstrap-static/bootstrap

Use Font Awesome icons (default)
To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"
*/

  @font-face {
  font-family: 'Glyphicons Halflings';
  src: url(font-path('glyphicons-halflings-regular.eot'));
  src: url(font-path('glyphicons-halflings-regular.eot?#iefix')) format('embedded-opentype'),
  url(font-path('glyphicons-halflings-regular.woff')) format('woff'),
  url(font-path('glyphicons-halflings-regular.ttf')) format('truetype'),
  url(font-path('glyphicons-halflings-regular.svg#glyphicons_halflingsregular')) format('svg');
}

@media print {
a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content:  "" !important;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}