/*
 * POINT CSS
 *
 */

table {
	width: 80%;
}
table , td, th {
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
table tbody tr td {
	border: 1px solid #595959;
	text-align: center;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.bold {
	font-weight: bold;
	line-height: 1.8;
}
.bg_blue {
	background: #ccdeff;
}
.bg_red {
	background: #ffcccc;
}

@media only screen and (max-width: 750px){
	table {
		width: 100%;
	}
	.Barcode_contents {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.member_info {
		float: none;
		width: 90%;
		margin: 5% auto;
		text-align: center;
	}
	table tbody tr td {
	    width: 1%;
	}
}
