/*Installation Styles*/

table #installationTitle{
	color: #003b4f;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 18px;
}

@media screen and (max-width: 1010px) {
	table.installation{
		width: 100% !important;
	}
  	tr.installationImg{
		/*float: left;*/
		/*width: 35% !important;*/
		Padding-top: 10px;
	}

tr.installationImg img{
		width: auto !important;
		height: auto !important;
	}
	
	tr.installationName{
		/*float: right;*/
		/*width: 65% !important;*/
		Padding-top: 40px;
	}
}