@media screen and (min-width:600px){
	html{margin-left:30%;margin-right:30%;width:40%;box-sizing:border-box;-moz-box-sizing:border-box;}
	}
body{
	text-align:center;
}
.topbtn{
	position:fixed;top:5px;right:5px;cursor:pointer;
}
.rep{
 	box-sizing:border-box;padding:10px;width:100%;  word-wrap: break-word;overflow-wrap: break-word;text-align:left;background-color:#efefef
}
.rep_dlist{
	line-height:16px;
	font-size:8px;
	word-wrap: break-word;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	text-align:left;
	background-color:#efefef;
}
.ts{
	padding:7px;font-size:13px;background-color:#6C6C6C;color:white;
}
form{
	text-align:left;
}
form lable{
	font-size:12px;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


</style><style>
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}



#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

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

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

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

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #484848;
  color: white;
}
#customers tr .more{
	font-size:13px;
	color:gray;
}
a{
	color:green;
}