// (C) Copyright 2011-2013 Hewlett-Packard Development Company, L.P.

h4.hp-associated-header {
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
    
  a {
    text-decoration: none;
      
    &:hover {
      color: $text-link-color;
      content: " >";
        
      span {
        color: $text-link-color;
      }
        
      &:after {
        color: $text-link-color; //#007DBA
      }
    }
  }
    
  .hp-count {
    color: $global-secondary-color;
    padding-left: 5px;
  }
  a:after {
    content: " >";
    color: $text-link-color;
  }
}
