@media (max-width: 768px) {
	.visible-phone{
		display: block;
		float: left;
		margin: 0px 10px 0px 0px;
		width: 50px;
		font-weight: 600;
	}
	.logowanie{
		width:90%;
	}
	.logowanie .col-lg-6{
		width:100%;
	}
	.logowanie .img-responsive{
		margin: 0 auto;
	}
	.logowanie img{
		margin: 0 auto;
		width: auto;
		height: auto;
		display: block;
	}
	.logowanie-prawa{
		padding: 6%;
	}
		/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	table#lektorzy tbody td{
		text-align:left;
	}
	#formDodajNagranieUsun,#formDodajNagranieDodaj{
		width:50% !important;
	}
	#edytujNagranieTytul{
		float:left;
		width:100%;
	}
	form.dodajNagranieForm p.dla-smart{
		margin-top:20px;
	}
	form.dodajNagranieForm .audiojs{
		width: 100%;
	}
	form.dodajNagranieForm .audiojs .scrubber{
		width: 46%;
	}
	form.dodajNagranieForm .audiojs .time{
		width: 15%;
	}
	.panel-heading .btn-dodaj-pr{
		width:100%;
		margin:5px 0px 5px 0px;
	}
	table#tabelaProfilLektora tr{
	border: none;
	}
	table#tabelaProfilLektora td{
	float: left;
	width: 100%;
	}
	table#tabelaProfilLektora td span{
	float:left;
	margin-bottom:5px;
	}
	.menu-p-logo{
		width:100%;
	}
	.menu-p-logo img{
		margin:0px auto;
	}
	.menu-p-span{
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.btn-projekt-handler{
		float: left;
		width: 100%;
		margin-top: 15px;
	}
	.btn-projekt-handler a{
		width: 100%;
		margin-bottom:15px;
		float: left;
	}
	#tabelaProjekty tbody td:nth-child(2),#tabelaProjekty tbody td:nth-child(3),#tabelaProjekty tbody td:nth-child(4){
		text-align:left;
	}
	.control-label{
		margin-bottom:10px !important;
	}
	td.nazwaNagrania{
		overflow: hidden;
	}
	.lektor-btn-group{
		width:100%;
		margin-top:15px;
	}
	.lektor-btn-group a:nth-child(1){
		width:60%;
	}
	.lektor-btn-group a:nth-child(2){
		width:40%;
	}
}