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

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

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

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

.copy 
{

background: #feeee6;
position: relative;
 
  
}


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

table {
	border-collapse: collapse;
	border: 1px solid #e32719;
	
}
td, th {
	border-collapse: collapse;
	border: 1px solid #e32719;
	padding: 5px;
	vertical-align: top;
	
}
