
/* Youtube style */
.contentStyle p iframe {
	width: 100%!important;
}
.contentStyle iframe {
	width: 100%!important;
}
.contentStyle div iframe {
	width: 100%!important;
}
/* End Youtube style */

/* Style content */
.contentStyle {
	font-size: 18px;
    line-height: 155%;
    color: #111111;
    font-family: San Francisco, Segoe UI, Helvetica Neue, Arial, sans-serif;
    letter-spacing: -0.02em;
}

.contentStyle img {
	max-width: 100%;
    height: auto;
}

.contentStyle h3 {
	text-align: justify;
	font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
	line-height: 1.1;
    color: inherit;
}

.contentStyle p b {
	font-weight: bold;
}

.contentStyle b {
	font-weight: bold;
}
/* End Style content */