@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext');

html {
    font-size: 87.5%;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    color: #fff;
    line-height: 1.714285714;
	color: #444;
}

h1 {
	font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1.714285714rem 0;
}

p {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.infobox {
	border-bottom: none;
    border: 9px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    word-wrap: break-word;
    background-color: rgba(255,255,255, 0.8);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow: auto;
}

.ce_youtube {
	margin-top: 20px;
}

iframe {
	margin: 30px 0;
}
