/* telefon poziomo i pionowo */
@media only screen and (min-width: 100px) and (max-width: 699px)
{
	div#langs {margin-right:0;}

	/* tabela na formularz */
	div.table {display:block !important;}
	div.tr {display:block; margin-bottom:6px;}
	div.td {display:block;}
	div.td input[type="text"], div.td textarea {display:inline-block;  margin-top:2px;}
	
	div#new_div_inner_content {height:80vh;}
	div#new_div_container {top:4vh;}

	/* telefon pionowo */
	@media only screen and (min-width:100px) and (max-width: 500px)
	{
		/* !!! - dopasowuje zdjęcia z klasą "responsive" do rozmiaru strony - rozciąga na całą stronę*/
		img.responsive {width:100% !important;}

		/*
		.pixcode--grid, .otw-wrapper {margin-left:0;}
		.grid, .comment-form, .otw-wrapper {margin-left:0;}
		*/
		div.form
		{
			margin-left:46px;
		}
		div.form .otw-button-wrap
		{
			padding-left:0;
			margin-left:0;
		}

		div.list div.tr {border-bottom:1px solid #bbb;}
		div.list div.td {border-bottom:none;}

		input.wide[type="text"], textarea { width:300px !important;}
	}
}
