.school_news .news{
	padding:15px 0px 15px 25px;
}





.custom_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.custom_table table th {
	width: auto;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: none;
}
.custom_table table td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}




.news_archive {
	margin-bottom: 10rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px #ccc;
}
	.news_archive:last-child {
		border: none;
		margin-bottom: 0;
	}
.news_archive h3 {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	background-color: #caf1e4;
}



