
@media only screen and (max-width: 767px){
	.changer{
		Width:100%;
	}
}.changer{
		Width:50%;
	}

.bgray{
	background-color:gray;
}.bblack{
	background-color:black !important;color:white;
	z-index:-99;
}.btgreen{
	background-color:green;color:white;z-index:-99;
}.btyellow{
	background-color:yellow;color:black;z-index:-99;
}.btblue{
	background-color:blue;color:white;z-index:-99;
}.btred{
	background-color:red;color:white;z-index:-99;
}.btgray{
	background-color:gray;color:white;z-index:-99;
}


.atbsubc{
	background-color:black;color:white;border-bottom:1px solid green;
}
.ss{
	width:25px;
	height:25px;
	cursor:pointer;
}.bannere{
	height:100%;
	max-height:400px;
	display:block;
	margin:auto;
}.bannertop{
	width:100%;
}
.searcher{
	width:100%;
}
.autofill{
	overflow:auto;
	max-height:800px;
	height:500px;
}
.btn{
	cursor:pointer;
}

 @media only screen and (max-width: 766px){
	.bannere{
		height:100%;
		max-height:250px;
		display:block;
		margin:auto;
	}.bannertop{
		width:100%;
		height:100px;
	}
}
/*print control*/
@media print{
	.pcon{
		display:none;
	}
	table{
		background:transparent;
	}
}
