.hl   {
      background-color: #eeeeee;
}

a {
   color: #0077bb;
}

a:hover {

    color: #0077bb;
}

.side-tabnav-tabs .tab-cur a, .side-tabnav-tabs .tab-cur a:hover {
    background-color: #0077bb;
}

.side-tabnav h3.hd, .side-tabnav .hd h3 {
    color:  #0077bb;
}
.side-tabnav-tabs .tab a:hover {
   background-color: #009537;
}

.tabnav-tab-cur a, .wiki-nav .cur-item .link, #right-panel .hd .ui-state-active .a {
    border-bottom-color: #0077bb;
    color: #0077bb;
    text-decoration: none;
}

.tabnav-tab a:hover, .link:hover, #right-panel .hd .a:hover {
    border-bottom-color: #009537;
    color: #009537;
    text-decoration: none;
}

#header .nav .a:hover {
  color: #0077bb;
  text-decoration:underline;
}
.new-narrow-panel .hd {
    background: none repeat scroll 0 0 #0077bb;
    border-bottom: 1px solid #D5D5D5;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 20px;
}

#right-panel .hd, .tabnav, .repo-file-list-topbar, .wiki-top {
    background: none repeat scroll 0 0 #eeeeee;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 0.5em;
    padding: 9px 10px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0077bb;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.popover{
    max-width: 500%; /* Max Width of the popover (depending on the container!) */
}
