/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2017 | 06:16:13 */
/* ***** [ Border / Background ] ***** */
.facilities_table tr td
{
	background						: transparent 					!important;
	background-image				: none							!important;
	border							: 0								!important;
}

/* Heading */
.facilities_table thead tr td
{
	background						: #0c4da1	 					!important;
	background-image				: none							!important;
	border							: 0								!important;
	color							: #ffffff						!important;	
}

/* Body */
.facilities_table tbody tr td
{
	border-bottom					: 1px solid #dedede				!important;
}

/* ***** [ Typography ] ***** */
.facilities_table tr td
{
	text-align						: left		 					!important;
	vertical-align					: top							;
}
/* List item */
.facilities_table tr td ul
{
	margin-left						: 15px							;
}
.facilities_table tr td ul li
{
	margin-bottom					: 2.5px							;
}

/* ***** [ Spacing ] ***** */
.facilities_table tr td
{
	padding							: 2.5px 5px 					!important;
	word-wrap						: break-word					;
}