/**umb_name:Paragraph 1*/
.paragraph1 {
	font-weight: 300;
	font-style: normal;
	line-height: 1.6rem;
	font-family: 'Rubik', sans-serif;
	font-size: 1.1rem;
	text-align: justify;
	display: block;
}

/**umb_name:List green*/
.styled-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Rubik', sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 300 !important;
}

/**umb_name:List orange*/
.styled-list-orange {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Rubik', sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 300 !important;
}

/**umb_name:table*/
table.rte-table tbody td{
    padding: 10px; 
    border-top: 1px solid #ccc;
}

table.rte-table {
	
}
