/**umb_name:RTE*/
.rteWrapper {
	width: 100%;
}

/**umb_name:Table*/
.rteWrapper table {
	width: 100%;
	max-width: 100%;
	border: none;
}

.rteWrapper .table {
	margin-bottom: 0;
	border: none;
}

/**umb_name:tr*/
.rteWrapper table tr {
	border: none;
}

/**umb_name:tr:nth-child(odd)*/
.rteWrapper table tr:nth-child(odd) {
	background-color: #f6f8ff;
}

/**umb_name:tr:first-of-type*/
.rteWrapper table tr:first-of-type {
	background-color: #5062aa;
}

/**umb_name:tr:first-of-type td*/
.rteWrapper table tr:first-of-type td {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0px 8px;
}

/**umb_name:tr:first-of-type th*/
.rteWrapper table tr:first-of-type th {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0px 8px;
}

/**umb_name:td*/
.rteWrapper table tr td {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	padding: 12px 0px 8px;
	border: none;
}

/**umb_name:td:first-of-type*/
.rteWrapper table tr td:first-of-type {
	padding: 12px 16px 8px;
}

/**umb_name:tr:first-of-type th:first-of-type*/
.rteWrapper table tr:first-of-type th:first-of-type {
	padding: 10px 16px 8px;
}

/**umb_name:tr:first-of-type td:first-of-type*/
.rteWrapper table tr:first-of-type td:first-of-type {
	padding: 10px 16px 8px;
}

/**umb_name:Red*/
.rteWrapper a {
	color: #ff4949;
}

.rte p , .custom-p p{
    width:100%;
}

    .rte p iframe, .custom-p p iframe{
        width: 100%;
        min-height: 500px;
    }