

body {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

h1 {
	font-size: 14px;
    font-weight: bold;
    color: #3F6536;
}

p {
    line-height: normal;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0px;
    padding-right: 25px;
}

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

.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%; 
}
