

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #666666;
    text-align: justify;
    
}

h1 {
	color: #007EB0;
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 21px;
    padding: 0;
}

p {
    margin-left: 10px;
    font-size: 1em;
}

.infobox {
	color: #fff;
    background-color: #007EB0;
    padding: 3px 20px 0px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ce_text {width: 98%;}

.ce_youtube {
	margin-top: 20px;
}

.youtube {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
