@charset "utf-8";

/* note updates and social profile links on the home page. */
#note-updates {
  box-sizing: border-box;
  width: 250px;
  min-height: 320px;
  float: left;
  padding: 12px;
  border: 1px solid #b8c8d1;
  background: #f6f9fb;
}

#note-updates h2 {
  width: auto;
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 2px solid #005072;
  font-size: 120%;
}

#note-updates p {
  width: auto;
}

#note-feed-list {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #d2dce2;
  background: #fff;
  list-style: none;
}

#note-feed-list li {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 9px 8px;
  border-bottom: 1px solid #dbe3e8;
  line-height: 1.45;
}

#note-feed-list li:last-child {
  border-bottom: 0;
}

#note-feed-list a {
  display: block;
  max-height: 4.35em;
  overflow: hidden;
  word-break: break-all;
  color: #005072;
  font-size: 86%;
  font-weight: bold;
}

#note-feed-list .note-feed-date {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 75%;
}

#note-feed-list .note-feed-status {
  padding: 24px 10px;
  color: #555;
  text-align: center;
  font-size: 82%;
}

#note-updates .social-profile-link {
  margin: 10px 0 0;
  text-align: center;
}

#note-updates .social-profile-link a {
  display: block;
  padding: 8px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 90%;
  text-decoration: none;
  white-space: nowrap;
}

#note-updates .note-profile-link a {
  background: #2cb696;
}

#note-updates .x-profile-link a {
  background: #111;
}

#note-updates .social-profile-link a:hover,
#note-updates .social-profile-link a:focus {
  opacity: 0.86;
  color: #fff;
  text-decoration: underline;
}

#note-updates .x-profile-link a:hover,
#note-updates .x-profile-link a:focus {
  background: #333;
}
