@media (max-width: 768px) {
  .project-name-edit-field {
  	width: 90%;
  	margin-bottom: 0;
  }  
  .project-name-edit-field {
  	width: 90%;
  	margin-bottom: 0;
  }
}

.project-date-edit-field {
	width: 150px;
}

/* Rotates the triangle downward when the section is open */
.btn:not(.collapsed) .disclosure {
  transform: rotate(90deg);
}

.disclosure {
  transition: transform 0.2s ease-in-out;
}