


/**************************************************** Button ************************************************/
.formButton {
	background-color:#ffffff;
	display:inline-block;
	color:#2ecc71;
	font-size:28px;
	font-weight: 500;
	padding:6px 24px;
  margin-top: 15px;
  margin-right: 60px;
	text-decoration:none;
}
.formButton:hover {
	background-color: #27ae60;
  color:#ffffff;
  border-radius: 5px;
  text-decoration:none;
}
/**************************************************** Table ************************************************/
.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.customers td, .customers th {
  border: 1px solid #2ecc71;
  padding: 8px;
}
.customers tr:nth-child(even){background-color: #f2f2f2;}
.customers tr:hover {background-color: #2ecc71;}
.customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2ecc71;
  color: white;
}
/**************************************************** Modal ************************************************/
.modal-content {

    width: 80%;

}
