@media only screen and (max-width: 416px) {
	.techspecs.with-4-columns.with-fullwidthrowheader-small .table-table-15 .section-storage .techspecs-column:nth-child(3) {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 735px) {
	.section-display .techspecs-list li:first-child {
		max-width: 100%;
	}
}

/* Fix color words overlapping */
.color-br {
	display: none;
}

@media (min-width: 735px) and (max-width: 1069px) {
	.color-br {
		display: block;
	}
}
