@charset "UTF-8";
/* CSS Document */
#expense {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#expense p {
	font-size: 13px;
	line-height: 1.8em;
	padding-bottom: 20px;
}
#expense h2,
#expense h3 {
	font-weight: bold;
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 3px;
}
#expense table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #468C69;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#expense th {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #468C69;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}
#expense th b {
	font-size: 24px;
	color: #F00;
	margin-right: 3px;
	margin-left: 3px;
	line-height: 1.5em;
}
#expense th i {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
#expense td {
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #468C69;
	padding-left: 10px;
	font-size: 13px;
	padding-right: 10px;
}
#expense td b {
	color: #F00;
}
#expense td i {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
#expense td.gray {
	background-color: #D6FEC2;
}
#expense th.pink {
	background-color: #FFF1ED;
}
#expense p.difference {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D7FCC4;
	font-size: 22px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 3px dashed #468C69;
	font-weight: bold;
	color: #F00;
}
#expense p.difference b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #F00;
	line-height: 1.5em;
}
