/**
 * Styles related to displaying a single entry note
 */

// Container TD
td.entry-detail-note {
  padding: 1em .5em 0 1em;
  border: 1px solid #eee;
  border-bottom: 0;
}

tr:last-child td.entry-detail-note {
  border-bottom: 1px solid #eee;
}

.gv-note-avatar {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
}

.gv-note-author {
  clear: none;
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

.gv-note-added-on {
  display: block;
  font-weight: normal;
  font-size: .875rem;
}

.gv-note-email {
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.gv-note-content {
  margin: 0;
  padding: 1em 0 .875em 0;
  position: relative;
  line-height: 1.8em;

  p {
    line-height: 30px;
  }
}