.brands
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.brands li
{
	display: block;
	margin: 0px 0 70px 0;
	padding: 0;
}
.brands li a, .brands li span
{
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.brands li a
{
	text-decoration: none;
	border-bottom: 1px solid #333333;
}
.brands li span
{
	font-size: inherit;
}
.brands li tr td
{
	padding: 4px;	
	white-space: normal !important;
}
.brands li tr td:first-child
{
	width: 218px !important;
	min-width: 218px;
  max-width: 218px;
	padding-right: 36px;
}
@media (max-width: 1000px) {
	ul.brands li table {
		width: 100% !important;
	}
}
@media (max-width: 600px) { 
	ul.brands li table,
	ul.brands li table tbody,
	ul.brands li table tr,
	ul.brands li table td {
		display: block;
	}
	.brands li tr td:first-child {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
		box-sizing: border-box;
		padding-right: 0;
	}
	.brands li {
		margin-bottom: 30px;
	}
}