body { 
	font-size: 1.13em;
	font-weight: bold;
	-webkit-text-size-adjust: 100%;
}
.table-product {
    background-color: black;
	max-height: 5000em;
	text-align: center;

}

td.table-product {
	text-align: center;
}

.item_buynow {
	background-color: #000080;
	font-size: 1.13em;
	font-weight: bold;
}

TABLE {
	font-size: 1.13em;
}

P {
	display: block;

}

.rwd-line {
	display: block;
}
        
@media screen and (min-width: 768px){
    .rwd-line {
		 display: inline;
	}
}