body {
         font-size: 18px; 
margin: 0;
padding: 0;		 
      }
p
{
  margin-left: 15px;
  margin-right: 10px;
  text-align: justify;
}

ul{
		list-style: none inside;
		margin-left: -10px;
		margin-top: -10px;
		text-align: justify;
		 margin-right: 10px;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -12px;
		margin-right: 2px;
		
	}
	li {
		margin-top: 3px;
	}
 span {
	 color: #0084a9; 
 }
button
{
  
  cursor:pointer;
  margin-top: 5px;
  color: #0084a9;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 3px;
}

#p1 {
	width: 678px;
	border: 30px solid #eee;
	position: relative;
	
}

.wrapper {
	margin: 0;
	display: block; 
	width: 738px;
	position: relative;
	
}

.copy 
{

background: rgba(217, 235, 241, 1);

 
  
}


.copy:before {
	content: "СКОПИРОВАНО";
	font-size: 30px;
	color: #0084a9;
	position: absolute;
	bottom: 70px;
	background: white;
	padding:5px;
	border: 1px solid #0084a9;
	left: 38%;
	transform: rotate(-30deg);
	
	
}

.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 10px;
text-align: center;
margin-bottom: 10px;
border: 2px solid #0084a9;
padding: 4px 5px;
font-weight: bold;
color: #0084a9;
font-size: 90%;
}

.active {
	background: #0084a9;
	color: #fff;
}

table {
	width: 100%;
	border-collapse: colapse;
}

td {
	padding: 6px;
	vertical-align: top;
	padding-top: 12px;
}

ol {
	text-align: justify;
	margin-right: 10px;
}
.tooltip {
  position: absolute;
  
  left: 0px;
  padding: 0;
  cursor: pointer;
  z-index: 11;
 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 410px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
    padding-bottom: 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  
  line-height: 1.3rem;
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 7%;
  right: 100%;
  margin-top: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip img {
	width: 30px;
}

.tooltip b {
	color: #0084a9;
}