/* Default css file for content edited with htmlArea RTE */

/* Table style only applied in the BE for identifying tables */
body.cke_editable TABLE {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #8C8C8C;
}

body.cke_editable TABLE TD {
	padding: 5px;
	border: solid 1px #8C8C8C;
}

body.cke_editable TABLE TH {
	padding: 5px;
	border: solid 1px #8C8C8C;
	background-color: #F3F3F3;
	color: inherit;
}

body.cke_editable {
    margin: 8px;
}


/* H1, H2 en H3 styles */

.green-title{
    font-size: 26px;
    margin-top: 15px !important;
    color: #62af35;
}

.green-subtitle{
    color: #62af35;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
}

.gray-subtitle{
    color: #434F55;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Lato', sans-serif !important;
}

/* Align buttons */
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* Block styles */
p sup, p sub {
	font-size: 0.7em;
}

/* Bullet styles */
ul.component-items {
	color: #186900;
	list-style-type: circle;
}

ul.action-items {
	color: #8A0020;
}

ol.component-items-ordered {
	color: #10007B;
	list-style-type: lower-roman;
}

ol.action-items-ordered {
	color: #8A0020;
	list-style-type: lower-greek;
}

/* Image styles */
img.image-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Table styles */
table.certificate-table {
	width: 100%;
}

blockquote {
    border: 0;
    border-bottom: 2px solid #62af35;
    border-top: 2px solid #62af35;
    width: 50%;
    float: right;
    margin: 0 0 10px 20px !important;
    padding: 15px 0 !important;
}

blockquote img {
    margin-right: 8px;
    float: left;
    max-width: 25%;
    height: auto;
}

blockquote p {
    margin: 0;
    font-style: italic;
}

blockquote p.align-right {
    font-size: 11px !important;
    font-style: normal;
    margin-top: 8px;
    line-height: 14px;
}

blockquote p.align-right strong {
    color: #62af35;
}