
.board{
  position:relative;
  max-width: 100%;
  height: auto; 
  overflow:hidden;
  display:table;
 /* height: 80%; */
  margin: 0em auto 0 auto;
  margin-bottom:0em;
  background-image:url(img/board.png);
  background-size: 100% 100% ;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.board p{
  color: black;
  font-size: 1em;
  padding-left:10%;
  padding-right:10%;
}

.paper{
  float:right;
  position: absolute;
  width: 70%;
  height: 12%; 
 /* height: 131px;*/
  background-image:url(img/svitok2.png);
  background-size: 100% 100%;
  top:0;
  left:30%;
  cursor:pointer;
}

.paper img{
float:right;
}

.paper h4{
	margin-top: 0.3em;
	text-align: center;
}

.paper p{
	font-size: 0.9em;
	display:none;
	color: black;
}

.clear {
	display:none;
}


.paper audio, .paper video, .paper table, div#mep_3, .paper figure {
display:none;
margin:0 auto;
}


.board a {
color: black;
text-decoration:none;
}

.board li {
margin-left: 4.9em;
}

