﻿#tailor-table,
#tailor-table-dynamic
{
	/*border: 2px solid #F3B47F;
	border-radius: 7px;*/
	line-height: 1.4em;
	margin-bottom: 20px;
	border: none;
}

.table > tbody > tr > th {
	border-top: none;
}

#tailor-table td,
#tailor-table-dynamic td {
	padding: 5px;
	vertical-align: top;
	line-height: 25px;
	text-align: left;
	font-size: 16px !important;
}

#tailor-table th,
#tailor-table-dynamic th {
	font-weight: normal;
	font-size: 18px;
	color: white;
	padding: 10px;
	text-align: left;
}

#tailor-table .th,
#tailor-table-dynamic .th {
	background-color: #C18898;
}

#tailor-table tr:nth-child(even),
#tailor-table-dynamic tr:nth-child(even) {
	background-color: #f7f7f7;
}

#tailor-table sup,
#tailor-table-dynamic sup {
	font-size: 12px;
}