@media only screen and (max-width: 767px) {
	body > div.container-fluid > div.row-fluid > div.span2 { display: none;}

	#brands-table > thead > tr > th:nth-child(1), #brands-table > tbody > tr > td:nth-child(1) {display: none;}

	#brands-table > thead > tr > th:nth-child(3), #brands-table > tbody > tr > td:nth-child(3){display: none;}
	#brands-table > thead > tr > th:nth-child(5), #brands-table > tbody > tr > td:nth-child(5){display: none;}
	#brands-table > thead > tr > th:nth-child(6), #brands-table > tbody > tr > td:nth-child(6){display: none;}


	div.table-wrapper div.scrollable table {margin-left:0px !important;}

	.pinned {display: none !important;}

	#brands-table td a.btn {padding:1px 4px !important;}

	body > div.container-fluid > div.row-fluid > div.span10 > div:nth-child(4) > button {margin: 5px auto;display:block;}

}