

body {
	font-size: 11px;
    color: #434343;
    font-family: Arial, sans-serif;
    line-height: 17px;
}

h1 {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #434343;
	line-height: 1.2em;
}


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

.ce_youtube {
	margin-top: 20px;
}

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

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