/* CSS Document */
/* defaults, globals, and miscellaneous */

* { margin: 0; padding: 0; }

/***
  * Table Styling Version 1
  * First Used in Church Services (Static Page)
  ****/
.table_style_1 {
	border-collapse: collapse;
	text-align: center;
}

.table_style_1 th,
.table_style_1 td {
	border: 1px solid #4E4848;
	padding: 0.5em;
}

.table_style_1 th {
	background-color: #2B60DE;
	color: #fff;
	font-size: 1.2em;
}