.select-label selected, .select-label disabled{
  color: #b8b8b8 !important;
}

.research-proposal h2 {
  margin-top: 2em;
}

.research-proposal label {
  display: block;
  margin-top: 1.25em;
}

.research-proposal textarea {
  width: 100%;
  margin: .5em 0 1.5em 0;
}



select {
    width: 300px;
    text-overflow: ellipsis;
}