/*
This CSS overwrites  the WebResource from Immediacy
*/

table.ImmTS_Default, table{
	background: none;
	border-collapse: collapse;
	border: 1px solid #202020;
	padding:0px;
	width: 100%;
	font-size: 1em;
	margin-top:3px;
}
table.ImmTS_Default th, table.ImmTS_Default td {
	margin: auto;
	padding: 4px 5px;
}
table.ImmTS_Default th, table th, table.ImmTS_Default td, table td {
	border: 2px solid #202020;
}
table.ImmTS_Default th, table th {
	background: 0;
	color: #202020;
}
table.ImmTS_Default tr {
	vertical-align: middle;
}
table p{
	font-size: 1em !important;
	padding:0 !important;
}
table ol, table ul, table li{
	font-size: 1em !important;
}

/* nested tables */
table table,table table th, table table td{
	border:0 !important;
	vertical-align: top;
} 

/* table in the containder */
.contact_form_container table, .contact_form_container table th, .contact_form_container table td{
	border: 2px solid #ffffff;
}

