table
{
	width: 100%;
	border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd)
{
	background: #eee;
}
th
{
	background: #333;
	color: white;
	font-weight: bold;
}
td, th
{
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
.responsive-table-shortcode-wrap
{
	width: 100%;
}

.fusion-layout-column + .vc_column_container
{
	clear: both;
}

@media only screen and (max-width:767px)
{
	.rt-table, .rt-thead, .rt-body, .rt-th, .rt-td, .rt-tr
	{
		display: block;
	}

	.rt-thead .rt-tr
	{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.rt-td
	{
		border: none;
		border: 1px solid #ddd;
		position: relative;
		padding-left: 50%;
		min-height: 30px;
	}

	.rt-td:before
	{
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.rt-td:nth-of-type(1):before { content: "If you would like to... "; }
	.rt-td:nth-of-type(2):before { content: "Visit... "; }
	.rt-td:nth-of-type(3):before { content: "Or contact... "; }
}

.fusion-layout-column + .vc_column_container
{
	clear: both;
}
