/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2018 | 03:35:40 */
/* ---------- [ Typography SETUP ] ---------- */
/* Table head */
.null_table thead td
{
  	text-align						: center;
}

.null_table tr th
{
  	font-weight						: 600;
}

/* Child column */
.null_table tr td, .null_table tr th
{
  	font-family						: "open sans";
  	font-size						: 14px;
  	text-align						: left;
}

/* ---------- [ Style SETUP ] ---------- */
/* Default */
.null_table, .null_table thead,.null_table tbody,.null_table tr, .null_table td, .null_table th
{
  	border							: 0;
	background						: transparent				!important;
  	background-image				: none						!important;
}

/* Head */
.null_table thead
{
  	border							: 0;
	background						: transparent;
  	background						: transparent				!important;
  	background-image				: none						!important;
}

/* ---------- [ SPACING SETUP ] ---------- */
.null_table th, .null_table td
{
  	padding							: 2.5px 2.5px;
}