
table.eg-attach-stats thead th,
table.eg-attach-stats td {
	text-align: center;
}

table.eg-attach-stats-details {
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #ccc;
}

table.eg-attach-stats-details td {

	background-color: white;
	text-align: center;
	vertical-align: bottom;
	width: 50px;
}

table.eg-attach-stats-details tr.histogram  td{
	height: 220px;
}

table.eg-attach-stats-details tr.histogram  td div{
	width: 14px;
	background-color: red;
	margin: 0 auto;
}

textarea.regular-text {
	width: 100%;
}

table.eg-attach-custom-format td { padding:0 2em 0 0; margin: 0;}

table.eg-attach-list {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 auto;
}

table.eg-attach-list td,
table.eg-attach-list th {
	border: 1px solid #CCC;
	padding: 2px 10px;
}

table.eg-attach-list th {
	background-color: #EEE;
}

table.eg-attach-help th {
	text-align: center;
	background-color: #EEE;
}
table.eg-attach-help th.row {
	text-align: left;
}
table.eg-attach-help th, table.eg-attach-help td {
    padding: 4px 6px;
	border: 1px solid #DDDDDD;
	/* border-collapse: collapse;*/
}

table.eg-attach-help {
    text-align: center;
    vertical-align: text-top;
	border-collapse: collapse;	
}

table.eg-forms td {
	padding: 0;
	border:0;
}

