/* CSS Document */


@media only screen and (min-width: 768px) {
/*
.table_container table{
	width:80%;
}

.table_container table th {text-align:center!important;}
.table_container table td {text-align:center!important;	padding:0.3em 1em;}
*/

/*.prod_data .texture{
	width:50%;
	margin:0 auto;
	}*/
}
	


.flexbox{
	display:flex;
}


@media only screen and (max-width: 767px) {
	/*
.flexbox{
	flex-direction:column;
}
*/
	
.flexbox figure{
	width:100%;

}

}

@media only screen and (min-width: 768px) {
/*
.flexbox figure.img1{
	width:60%;

}

.flexbox figure.img2{
	width:40%;
align-self:center;	

}
*/

.prod_data .texture{
	width:40%;
	margin:0 auto;
	}
}


/*figure.img1{
	max-width:500px;
	width:100%;
	margin:1em;
}*/

