/* Desktop only styles */

/* make data table fonts smaller on smaller windows ... this is the best solution for fitting the data tables */

@media screen and (max-width: 1510px) {

	table.dbtable th {
	font-size: 0.9em;
	}
	
	table.dbtable td {
	font-size: 0.9em;
	}
	
}

@media screen and (max-width: 1382px) {

	table.dbtable th {
	font-size: 0.8em;
	}
	
	table.dbtable td {
	font-size: 0.8em;
	}
	
}


/* Car Photo Gallery */
@media screen and (min-width: 800px) {

	div.pics img {
	width: 12%;
	height: auto;
	}
	div.pics span div {
	display: none;
	}
	
	#manufacturerdata {
	top: 140px;
	width: 30%;
	height: 78%;
	border: 2px solid #bbb;
	}
	
	#mdbtnx {
	/*margin-left: 98%;*/
	width: 24%;
	top: 142px;
	}
}

