
@media only screen 
and (max-width : 1100px) {

	.thousandwide{
		width:95%;
	}

	.adminbar .inner{
		width:95%;
	}
	
		
	.customeraccordian.bar .bus{
		width:180px;
		float:left;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	.customeraccordian.bar .user{
		width:130px;
	}
	.customeraccordian.bar .logon{
		width:100px;
	}
	.customeraccordian.bar .pass{
		width:100px;

	}
	.customeraccordian.bar .discount{
		width:50px;

	}

	.customeraccordian.bar .level{
		width:100px;

	}
		
		
	.accountdetails{
		margin-right:0px !important;
		
	}

	.logonhead{
		width:95%;
	}
	.logoncwrapper{
		width:95%;
	}
	

}


@media only screen 
and (max-width : 930px) {

	
	.quotereference{
		width:auto !important;
		float:none;
		
	} 
	
	.accountdetails{
		width:auto !important;
		float:none;
		margin-top:30px;
	}



}