/* mobile virsion */
@media only screen and (max-width: 767px){	
	.panel{
		width:100%;
		height:60px;
		position:relative !important;
		left:auto !important;
		right:0 !important;
		top:0 !important;
		border:0;
		margin:0;
		background:none;
	}
}