/*!
 * TrippoApp v1.0
 * Copyright 2012 Trippo, Inc
 * Licensed under CC BY 3.0
 * http://creativecommons.org/licenses/by/3.0/
 *
 */

 
@media screen and (max-width: 799px) {

.content {
	padding-top: 10px;
	}
	
.vezi-mobil {
	display: inherit!important;
	}

.vezi-desktop {
	display: none!important;
	}
	
#version {
	display: none;
	}
	
}