navigation for languages modifed, flags deleted. Content index changed
     3 // --------------------------------------------------
 
     4 // Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 
     9     text-shadow: none !important;
 
    10     color: #000 !important; // Black prints faster: h5bp.com/s
 
    11     background: transparent !important;
 
    12     box-shadow: none !important;
 
    17     text-decoration: underline;
 
    21     content: " (" attr(href) ")";
 
    25     content: " (" attr(title) ")";
 
    28   // Don't show links for images, or javascript/internal links
 
    29   a[href^="javascript:"]:after,
 
    36     border: 1px solid #999;
 
    37     page-break-inside: avoid;
 
    41     display: table-header-group; // h5bp.com/t
 
    46     page-break-inside: avoid;
 
    50     max-width: 100% !important;
 
    66     page-break-after: avoid;
 
    69   // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
 
    70   // Once fixed, we can just straight up remove this.
 
    72     background: #fff !important;
 
    75   // Bootstrap components
 
    82       background-color: #fff !important;
 
    88       border-top-color: #000 !important;
 
    92     border: 1px solid #000;
 
    96     border-collapse: collapse !important;
 
   101       border: 1px solid #ddd !important;