@charset "utf-8";
/* CSS Document */
/* ********************************************************** */
/* iphone portrait                                            */
/* ********************************************************** */
@media screen and (min-width:375px) and (orientation:portrait) {
	body {
		margin: 0 10px 0 10px;
	/*	font-weight: 900; */
		
	/*	font-size: 34pt;  way to big */
	}
	.pushit {
		margin-left: 150px;
	}
.comment_para {
	margin-left: 140px;
	font-size: 30px;
	border-radius: 25px;
}
	.transports_links_format {
		font-size: 40px;
		line-height: 2.5em;
/*		column-width: 150px;*/
	}}
