.overview{
  .ag-account-picture{
    width: 120px;
    height: 120px;
    md-icon {
      width: 70px;
      height: 70px;
    }
  }

  .email{
    background: whitesmoke;
    padding: 10px;

    .md-button{
      margin: 0;
      background: white;
    }

    .title{
      font-weight: bold;
    }

    .message{
      &.red{
        color: red;
      }
      &.green{
        color: green;
      }
    }

  }

  .headline{
    padding-left: 10px;
    .md-headline{
      font-weight: bold;
    }
  }
  
  .details{
    font-size: 13px;

    .subhead{
      font-size: 14px;
      font-weight: bold;
    }
  }

  .actions{
    margin-top: 10px;
  }
}
