h1 { margin-bottom: 1.5em !important; }

.non-chargeables-list {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
}
.non-chargeables-list tr td {
	font-size: 0.9em;
}

.non-chargeables-list a {
	display: block;
	width: 100%;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: #3A829C;
	font-size: 0.9em;
	text-decoration: none;
} 

.non-chargeables-list a:hover {
	color: #9A0000;
	text-decoration: underline;
}
caption {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.non-chargeables-list thead {
	background-color: #3A829C; 
	font-weight: bold;
	color: White;
}
.non-chargeables-list td, .non-chargeables-list th {
	border: 1px solid #D4D4D4;
	padding: 0.5em;
}
.non-chargeables-list td:last-child {
	padding: 0 !important;
}

.non-chargeables-list th:first-child {
	width: 18%;
}
.non-chargeables-list th:nth-child(2) {
	width: 22%;
}
.non-chargeables-list th:nth-child(3) {
	width: 40%;
}
.non-chargeables-list th:nth-child(4) {
	width: 10%;
}
.non-chargeables-list th:last-child {
	width: 10%;
}
.non-chargeables-list td:last-child:hover { background: #E4E4E4; }
.non-chargeables-list tr:nth-child(even){
	background: #F4F4F4;
}