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

@import "hp-piano-mixins";

#hp-search-results {
  margin: 23px;
  
  .hp-search-type {
    text-transform: capitalize;
    color: $secondary-color;
    width: 100px;
    
    html.hp-high-contrast & {
      color: $projection-secondary-color;
    }
  }

  .hp-icon {
    width: 20px;
  }
  
  .hp-status {
    position: relative;
    top: 12px;
  }
  
  .hp-search-name {
    padding-right: 30px;
  }
  
  .hp-search-extended {
    color: $secondary-color;
    
    html.hp-high-contrast & {
      color: $projection-secondary-color;
    }
  }
}
