html, body { 
	background-color:#000000;
	margin:0;
	/*font-family: 'Arial', sans-serif;*/
}
.editablePage b, .editablePage strong{
	font-weight: bold !important;
}
.editablePage i, .editablepage em{
	font-style: italic !important;
}
.wysiwygdata {
	color: #fff;
	font-weight: normal;
	position: absolute;
	z-index: 5;
	font-size: 16px;
    z-index: 1;
	top:206px;
    left: 10px;	
    width: 1920px;
    height: 656px;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
	font-family: 'Myriad Pro', sans-serif;
    background-color: rgb(60 69 73 / 50%);
    text-shadow: 1px 2px #000;
}


.editablePage{
	width: 100%;
	height:100%;
	font-size: 1em;
	font-family: inherit;
	overflow: hidden;
	color: inherit;
} 
.editablePage h1,.editablePage h2,.editablePage h3,.editablePage h4,.editablePage h5,.editablePage h6,.editablePage p {
   line-height: 1.15;
   margin: 1em 0;
   font-weight: inherit;
   text-align: center;
}
.editablePage h1 { font-size: 2.3em; }
.editablePage h2 { font-size: 1.5em; }
.editablePage h3 { font-size: 1em; }

.editablePage table *{
	/*border:solid red 1px;*/
	font-size: inherit;
	font-weight: inherit;
}
.editablePage table{
	font-weight: inherit;
	font-size:inherit;
}

ul {
	text-align: center;
}
li {
	text-align: center;
	line-height: .8;
	font-size: 2em;
	margin: .3em 0;
}
#left-side {
	float: left;
	width: 50%;
	position: absolute;
	top: 94px;
	left: 3%;
}
ul#left-side>li:first-child {
	font-size: 2.5em;
	letter-spacing: .1em;
	margin: .5em 0;
}
#right-side {
	float: right;
	width: 50%;
	position: absolute;
	top: 94px;
	left: 41%;
}
ul#right-side>li:first-child {
	margin: .5em 0;
	font-size: 2.5em;
	letter-spacing: .1em;
}
