.gifts-reserved-metabox {

	table {
		width: 100%;
		margin: 12px auto;
		table-layout: fixed;
		border-collapse: collapse;
	}

	tr {
		border-bottom: 1px solid #f2f2f2;
	}

	th {
		font-size: 14px;
		color: #333333;
		background: rgba(0,0,0,.07);
		text-align: left;
		line-height: 1.4;
		padding: 16px 8px;
	}

	td {
		font-size: 14px;
		color: #444444;
		line-height: 1.4;
		padding: 16px 8px;
	}

}