.button {
	width: 80%;
	height: 25px;
	border: 1px black solid;
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.button:hover {
	text-decoration: underline;
	fond-weight: bold;
	filter: brightness(0.9);
}

.back-button {
	float: left;
	float: top;
}

.back-button:hover {
	text-decoration: underline;
}

.close-btn {
	font-size: 2em;
	display: inline-block;
	height: auto;
  	margin-left: auto;
}

.close-btn:hover {
	  font-weight: bold;
	  color: black;
	  cursor: pointer;
}

.delete-row {
	width: 100%;
	padding: 7px 5%;
	text-align: center;
	background-color: #ffdddd;
	border: 1px solid #CCCCCC;
}

.delete-row:hover {
	filter: brightness(0.9);
}