@charset "utf-8";
/* CSS Document */

.logoBar li a[href^="http"]:after {
    content: " (" attr(href) ")"; 
    word-wrap: break-word;
}

