.wrapper{
	width: 100%;
}
.header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header a+a{
	margin-left: 5px;
}
.header,
.search{
	margin-bottom: 20px;
}
.content{
	width: 100%;
	display: flex;
	justify-content: center
}
table{
	min-width: 600px;
	margin: 0 auto;
	border-collapse: collapse;
}
table tr th,
table tr td{
	border: 1px solid #ccc;
	
}

a{
	display: inline-block;
	padding: 9px 12px;
	background-color: #2d30ed;
	color: #fff;
	text-decoration: none;
}

#z:not(.ed),
.coppy{
	display: inline-block;
	background-color: #ccc;
	padding: 3px 5px;
	color:#333;
	cursor: pointer;
}
.ed{
	background-color: #000;
	padding: 3px 5px;
	color: #fff;
}
form{
	min-width: 600px;
	margin: 0 auto;
}
form button{
	padding: 5px 7px;
	background-color: #2d30ed;
	color: #fff;
	cursor: pointer;
	outline: none;
}
form input{
	outline: none;
	padding: 5px;
	height: 10px;
	margin: 5px 0;
}