
table.img_luggage2 {
	border-collapse: collapse;
	width:100%;
	text-decoration:none;
	color:#333;
	font-size:1em;
	line-height:1.4;
}
.img_luggage2 th, .img_luggage2 td {
	border: 1px solid black;
	padding: 8px;
	text-align: center;
}
.img_luggage2 th {
	background-color: #c7040e;
	color: white;
}
 .img_luggage2 tr:nth-child(even) {
 background-color: #f2f2f2;
}
 .img_luggage2 tr:nth-child(odd) {
 background-color: #ffffff;
}
.img_luggage2 td span {
	font-size:1.8em;
	color:#1d71c6;
}
@media only screen and (min-width:0px) and (max-width:512px) {
 table.img_luggage2 {
 font-size:0.8em;
}
.img_luggage2 td span {
font-size:1.4em;
}
}