body{
	background-color:#edf5f8;
}
.search-cont{
	background: white;
	padding: 20px;
}
.search-cont{
	max-width: 768px;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.search-cont2{
max-width: 768px;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: white;	
		padding: 20px;
}
.search-cont input[type=text]{
width: 70%;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid lightgray;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.search-cont input[type=submit]{
	    padding: 11px 38px;
    margin-left: -4px;
    background: #03A9F4;
    color: white;
    border: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	}
	.search-it{
	padding: 9px 38px;
    margin-left: -4px;
    background: #03A9F4;
    color: white;
    border: 0px;

border-radius: 40px;
margin-left: 20px;	
	}
	.btn-copy{
		float: left;
    margin-bottom: 10px;
    margin-left: 8px;
    background: #03a9f4;
    color: white;
    border: 0px;
    padding: 4px 15px;
    border-radius: 40px;
	}
	header{
		background: white;
		width: 100%;
	}
	.header{
    background: white;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
	}
	.header .logo{
		    width: 100px;
	}
	#p1, #p2, #p3{
		float: left;
	}
	footer{
		text-align: center;
    background: #313131;
    color: white;
    padding: 25px 20px;
    margin-top: 80px;
	}
	table{
		    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background: white;
    width: 100%;
    max-width: 768px;
    padding: 20px;
	}
	table tr th, table tr td{
		    padding: 6px;
    border: 1px solid lightgray;
    text-align: center;
	}
	.address-shwo{
		 width: 100%;
    max-width: 768px;
    padding: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

	}
	form select{
		        padding: 7px 12px;
    border-radius: 40px;
    border: 1px solid lightgray;
    margin-bottom: 10px;
	}
	.btn-copy2{
		background: green;
		background: #72d302;
    color: white;
    border: 0px;
    padding: 4px 15px;
    margin-left: 13px;
    border-radius: 40px;
	}
	.search-it{
		display: block;
		margin-top: 20px;
		margin-left: 0px;
	}
	@media(max-width: 600px){
		.search-cont input[type=text] {
    width: 50%;
}
	}