
#merchImage{
	width:20%;
	margin-left:38%;
}

table#merchTable {
 border-collapse: collapse;
 font-size:90%;
 width:80%;
 margin-left:5%;
	}


table#merchTable caption{

	padding-bottom:1%;
 color: #606060;
	}

table th, td, tr {
    border: 1px solid #606060;
    color: #606060;
}

#merchTable{

	display: block;
	position: relative;
}


/*Styles for screen 515px and lower*/
@media only screen and (max-width : 515px) {
#nav{
    height: auto!important;
}
table#merchTable {
 border-collapse: collapse;
 width:100%;
 margin-left:0%;
 color: #606060;

	}

table#merchTable th{
	background-color:  #606060;

}

table#merchTable caption{

	padding-bottom:1%;
	font-size:100%;

	}

}