body{
	font-size:14px;
}
button.copy {
	background-image: url('https://clients.it-fy.de/gfx/copy.png');
	background-size: cover;
	width: 30px;
	height: 30px;
	border:0px;
	opacity: 0.7;
}
button.copy:hover {
	opacity: 0.4;
}
th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left1: 30px;
  padding-right1: 40px;
}
th{
	font-size:13px;
}
table {
	border-spacing: 2px;
}

table, td, a{
	font-size:14px;
}

.edit {
	opacity: 0.7;
}
.edit:hover {
	opacity: 0.4;
}

.w3-button {
	padding: 2px 4px;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}


li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn, a.active {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
	background-color: red;
	}

.dropdown:hover .dropdown-content {
  display: block;
}