body, html {
	height: 100%;
}

#main {
	padding: 20px;
}

table {
	font-size: 14px;
	margin-bottom: 20px
}

table td {
	padding: 2px 5px !important;
}

#export {
	width: 100%;
	border-collapse: collapse;
	font-size: 9px;
	font-family: sans-serif;
}

#export td {
	border: 1px solid black;
	padding: 1px 2px;
	text-align: center;
}

#export .head td {
	font-weight: bold;
	background-color: #007BFF;
	color: white;
}

#export .aleft {
	text-align: left;
}

#export .price {
	text-align: right;
}

#export tr:nth-child(even) {
	background-color: #f2f2f2
}