
body { font-size: 100%; }

.side {
	font-size: 100%;
	margin: 1%;
	width: 98%;
	padding: 0;
	clear: none;
}

.side table {
	width: 100%;
	line-height: 200%;
}

.side td {
	padding: 5px;
}

.list {
	font-size: 100%;
	margin: 1%;
	width: 98%;
	clear: both;
}

.main {
	margin: 1%;
	padding: 1%;
	width: 99%;
	clear: both;
	background-color: #f7f7f7;
	border: 1px #A1A5A9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.list th {
	padding: 5px;
}
.list td {
	padding-bottom: 5px;
	margin: 15px;
}

.gift {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-direction: reverse;
		-moz-box-direction: reverse;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;

	display: flex;
	flex-direction: column-reverse;
}
