#top_logo {
   padding-left: 40px;
}

#top_logo img {
    width: 200px;
}

.navbar-nav {
    width: 740px;
    left: 440px;
}

#section_top {
	position:relative;
	width:100%;
	height:100vh;
	max-height:100vh;
	margin-top:66px;
	overflow:hidden;
	background-image:url('../images/powrliner3500/powrliner-header-background-mobile.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment:scroll;
	background-position: center bottom;
}

#hero_logo{
	width:60%;
	margin-bottom:25px;
}

#feature_1_logo{
	width:250px;
}

#feature_1_video_button_container .feature_video_modal_button {
 	background-image:url('../images/powrliner3500/powrliner-permastroke-background.jpg');
}

#feature_2_logo{
	width:250px;
}

#feature_2_video_button_container .feature_video_modal_button {
 	background-image:url('../images/powrliner3500/powrliner-flatline-pulsation-left-background.jpg');
}

#feature_3_logo{
	width:200px;
}

#feature_3_video_button_container .feature_video_modal_button {
 	background-image:url('../images/powrliner3500/powrliner-honda-engine-left-background.jpg');
}

#section_product_info_content {
	text-align:center;
}

#section_product_download_brochure_container {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
}

#powrliner_spec_logo img{
	width:80%;
	margin-bottom:40px;
}

#section_product_large_table_container {
	display:block;
}

#section_product_large_table_container table {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}

	#section_product_image_container img{
		width: 80%;
		max-height:80vh;
	}
	
	.section_product_large_table_product_names {
		color:#000000;
	}

	.section_product_large_table_product_names td {
		text-align:left;
		color:#000000;
	}
	
	.section_product_large_table_product_image_row {
		text-align:left;
	}
	
	#section_product_large_table_container td {
		width:auto;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
		font-size: 1.3em;
	}
	
	#section_product_large_table_container td img {
		width: auto;
		height:220px;
	}
	
	#section_product_large_table_container td.section_product_info_item_title {
		width:auto;
		text-align:left;
		border-top:1px solid #B3B3B3;
	}
	
	#section_product_large_table_container td.section_product_info_item_desc{
		width:auto;
		text-align:right;
		border-top:1px solid #B3B3B3;
	}
	
	#section_product_large_table_container td .section_product_large_table_product_names td{
		padding-bottom: 40px;
	}