.content-block {
  padding: 10px;
  background-color: #ecf0f1;
  border-radius: 3px;
}
.area-item {
  border-bottom: 1px dashed #ccc;
}
.area-item:hover {
  background-color: #f1f1f1;
}
.area-item span {
  font-size: 12px;
  font-weight: bold;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 10%;
  max-height: 140px;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
#FormSection_tramites {
  margin-bottom: 10px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
  position: relative;
}
#FormSection_tramites .item {
  padding: 8px;
  background: #fff;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
#FormSection_tramites .item.me {
  background: #DCF8C6;
}
#FormSection_tramites .item.me .nome {
  color: #1b6635;
}
#FormSection_tramites .item.unread {
  background-color: #ebf5fb;
}
#FormSection_tramites .item .nome {
  font-size: 13px;
  font-weight: bold;
  color: #34495e;
}
#FormSection_tramites .item .data {
  font-size: 12px;
  color: #666;
  float: right;
  margin-right: 10px;
}
#FormSection_tramites .item .msg {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#FormSection_tramites .item .msg p {
  margin-bottom: 5px;
}
