/*nav*/
.product-list {
	text-align: center;
	max-width: 1000px;
}

.product-list ul{
	padding: 0% 15%;
}

/*.product-list input {
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	width: 60px;
	font-size: 1em;
	font-weight: bold;
}*/

.align-center {
	text-align: center;
}

.left {
	float:left;
}

.left [type='text'] {
	width: 30px;
	text-align: right;
}

.right {
	float:right;
}

.newline {
	clear:both;
	padding: 10px 0;
}

.thumbnail-img {
	text-align: center;
	margin: 0px;
	padding: 0.5%;
	border: solid 1px #d8dad2;
}

.thumbnail-img img {
	width: 100%;
}

.thumbnail-img input {
	margin-bottom: 10%;
}

.thumbnail-img p {
	height: 5vh;
}


.thumbnail-img [type='button'] {
	width: 60%;
	padding: 1%;
	background-color: #b0bc80;
	margin: 10px 0px;
	font-size: 1em;
	border-radius: 5% / 20%;
	cursor: pointer;
}

@media (max-width:500px) {
	.product-list ul{
		padding: 0% 5%;
	}
}