body {
/*	font-size: 1.5rem;*/
}

.container {
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.3rem;
}

table {
	margin:auto;
	table-layout: fixed;
}

table tr th {
	padding:5px;
}

table tr td {
	padding:5px;
}

input#submit_button {
	height:40px;
	width:200px;
	border:1px solid;
	border-radius: 10px;
}

.header_area {
	background-color:#0066CC;
	text-align:center;
	padding:15px 0px 15px 0px;
	color:#ffffff;
	font-size:1.3rem;
}

.block_center {
	margin-left: auto;
    margin-right: auto;
}

.download {
	margin-left: auto;
	margin-right: auto;
	width:510px;
}

.download a {
	text-decoration:none;
}

.dlb {
	width:500px;
	color:#fff;
	text-align:center;
	padding:5px;
	margin-top:15px;
	background-color:#126df4;
	border-radius: 50px;
	box-shadow:0px 2px 2px #999;
}

.dlc_btn {
	width:500px;
	margin:10px;
	font-size:1.3rem;
}

.invoice_detail table,.invoice_detail td,.invoice_detail th {
	border-collapse: collapse;
	border:1px solid #333;
}

.invoice_detail th {
	background-color: #99FF33;
}
