@import url("https://medlight.pl/mike/assets/css/fontawesome-all.min.css");

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		} 

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}


div {
	margin: auto;
	text-align: center;
	
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #00b871;
  color: white;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #00b871;
  border: none;
  color: white;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}



@media screen and (max-width: 1140px) {
#customers {
		font-family: Arial, Helvetica, sans-serif;
		border-collapse: collapse;
		width: 90%;
		font-size: 2.5em;
	}
	
.button {
font-family: Arial, Helvetica, sans-serif;
	  background-color: #00b871;
	  border: none;
	  color: white;
	  padding: 12px 12px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 2.5em;
	  margin: 20px 1%;
	  cursor: pointer;
	}
}
