.mce-panel button {
	border-color: transparent !important;
	background-color: transparent !important;
	color: #65686B; 
	min-width: 0 !important; 
}
.accordion {
	overflow: hidden !important;
}
.tableDefault {
	width: 100%;
}
.tableDefault th {
	width: 20%;
	text-align: left;
}

.tableDefault th td {
	padding: 5px;
}

.tableUmcgBlue {
	line-height: 1.75em;
}

.tableUmcgBlue table {
	width: 100%;
	border-color: #DCDCDC;
	border-collapse: collapse;
	border: none;
	display: table;
}

.tableUmcgBlue tbody  {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.tableUmcgBlue th {
	width: 20%;
	font-weight: bold;
	color: #12349C;
	background-color: #DCE3F7;
	background-image: none;
	text-align: left;
	padding: 2px 10px 2px 10px;
}

.tableUmcgBlue th tr {
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
}
.tableUmcgBlue td {
	color: #333333;
	vertical-align: top;
}

.tableUmcgBlue tr:nth-child(odd) {
	background-color: #fff;
}

.tableUmcgBlue tr:nth-child(odd) {
	background-color: #EAECF9;
}

.tableUmcgBlue tr td {
	border-right: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	padding: 2px 10px 2px 10px
}
.tableUmcgBlue tr:first-child td {
	border-top: 1px solid #CCC !important;
}
.tableUmcgBlue tr td:first-child {
	border-left: 1px solid #CCC !important;
}
