.descricaoNotasModal {
  font-size: 16px;
  min-height: 135px;
  overflow-y: auto;
}
.textNotas {
  font-size: 16px;
  margin-left: 0px;
  line-height: 1.4em;
}
.textNotas table {
  font-size: 9px !important;
}
.textNotas table td {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.textoNotasEditar:hover {
  cursor: pointer;
  background-color: #eaeaea;
  color: #336699;
}
.nota-content {
  overflow-x: hidden !important;
}
