﻿
@media only screen and (min-width: 320px) and (max-width: 767px){
	
 .mobile-hide{
  display:none!important;
	}
			
	.mobile-show {
		display:inline-block!important;
} 

}




@media (min-width:767px)
{
   .top_header {
   
    text-align:center !important;
}
}

.img_edit {
    background-color:#f5f5f5;
    padding:8px;
    text-align:center
}