.BlueHeader
{
  width: 100%;
  line-height: 1.5em;
}



#notes_input
{
  width: 100%;
  height: 18em;
  font-size: 16px;
  background-color: lightgrey;
  resize: none;
  padding: 0.8em;
  font-weight: normal;
  color: #000;
  overflow-y: auto;
  box-sizing: border-box;
}
