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

@mixin form_notification_details() {
  .hp-notification-details {
    margin-bottom: 20px;
    
    &:last-child {
      margin-bottom: 0px;
    };
    
    .hp-details p {
      margin-bottom: 5px;
      max-width: 600px;
    }
  
    .hp-resolution-container {
      max-width: 600px;
      
      h3 {
        display: inline;
        font-size: $body-font-size;
        font-weight: bold;
        margin-right: 10px;
      }
      .hp-resolution p {
        display: inline;
      }
    }
  
    &.hp-sub-details {
      position: relative;
      padding-left: 30px;
      
      &:before {
        display: block;
        content: '-';
        position: absolute;
        top: 0px;
        left: 18px;
      }
    }
  }
}
