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

#hp-session-flyout {
  padding: 20px;
  
  #hp-session-user {
    font-weight: bold;
    color: $global-secondary-color;
    word-break: break-all;
    width: 138px;
  }
  
  #hp-session-user-edit {
    float: right;
    background-position: -276px -77px; 
  }
  
  #hp-session-duration {
    margin-top: 10px;
    color: $global-secondary-color;
    //white-space: nowrap;
    margin-bottom: 5px;
  }
  
  #hp-session-perf-location {
    color: $global-secondary-color;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
  }
  
  #hp-session-perf-duration {
  }
}
