
body, html{


	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
	
	
}
#scroll {
	width: 738px;
	margin: 0 auto;
	display: block;
}


.wrapper {
	width: 736px;
	outline-color: #0084a9;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #0084a9;
	min-height: 800px;
	color: black;
	
}
.wrapper .margin {
	padding-left: 40px;
	padding-right: 20px;
	vertical-align: top;
}
.margin {
		border: 0px solid white; }

span {
	color: #0084a9;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
}

h2 {
		font-size: 21px;
		text-align: center;
		font-weight: bold;
	}


p {
	text-align: justify;
	position: relative!important;
	
}
 button{
	 background-color: #0082c7;
	
  display: block;
  width: 90px;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none; padding: 4px 12px;          background: linear-gradient(#0075B3, #66ACD1);      border: solid 1px #00466B;       border-bottom: 
solid 1px #00512D;       box-shadow: inset 0 0 0 1px #66ACD1;     color: #fff;       text-shadow: 0 1px 0 #3D677D;
}
button:hover {
  color: #fff;
  background-position: 0 20%;
}
button:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}


a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none; 
}

ul{
		list-style: none inside;
		margin-top: -15px;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -7px;
		margin-right: 2px;
	}
	
	h3, h2 {
		font-weight: normal;
		text-align: center;
	}
	
	table  {
		
		border: 1px solid #0084a9;
		
		margin: 0 auto;
	}
	
	th, td {
		border: 1px solid #0084a9;
		border-collapse: collapse;
		padding-left: 10px;
	}
	
.position {
	float: left;
	text-align: left;
	width: 50%;
	color: #0084a9;
	
	
}

.name {
	float: right;
	text-align: right;
	width: 50%;
	color: #0084a9;
}

.date {
	text-align: center;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	clear: both;
	color: #0084a9;
}

.print{
	 background-color: #3c6492;
  display: block;
  width: 100px;
  margin: 0px auto;
  margin-top: 30px;
  
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: inset 0 4px 4px -4px #fff, inset 0 -4px 4px -4px #000;
  color: rgba(255, 255, 255, 0.8);
  font: 18px 'Acme', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
  background-size: auto 200%;
  background-position: 0 80%;
  transition: color 0.2s, background-position 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.print:hover {
  color: #fff;
  background-position: 0 20%;
}
.print:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 10px;
text-align: center;
margin-bottom: 10px;
background: #fff;
  border: 2px solid #0084a9;
padding: 1px 2px;
font-weight: bold;
color: #0084a9;


}

.active {
	background: #0084a9;
	color: #fff;
	
}

.marks {
	border-collapse: collapse;
	margin-top: 2rem;
	width: 100%;
	
}

.order1 td {
	width: 50%;
	color: #0084a9;
}

input {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-image: url('../close.png');
	border: none;
	background-color: #d9ebf1;
	outline-color: #0084a9;
}

.part {
	width: 738px;
	outline-color: #0084a9;
	
}

.part {
	counter-reset: count;
	
	
	
}
.part td:not(:first-child){
	color: #0084a9;
	padding: 5px;
	
	
}


.part td {position: relative;
padding: 5px;
vertical-align: top;}

td:nth-child(1) {
		width: 5%!important;
	}

td:nth-child(2) {
		width: 95%!important;
	}
	
	td:nth-child(3) {
		width: 10%!important;
	}
	
	td:nth-child(5) {
		width: 10%!important;
	}
	
	td:nth-child(7) {
		width: 10%!important;
	}
	
	td:last-child {
		padding-bottom: 20px!important;
	}

.part td:first-child:before {
            content: counter(count);
           counter-increment: count;
			
			

            
        }
		

.tooltip {
  position: absolute;
  top: 0;
  left: -40px;
  padding: 0;
  cursor: pointer;
 
}

.spisok {
	left: -50px;
}




.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  
  line-height: 1.3rem;
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 12%;
  right: 100%;
  margin-top: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip img, .tooltip-1 img {
	width: 30px;
}

.tooltip b, .tooltip-1 b {
	color: #3c6492;
}

.tooltip-1 {
  position: absolute;
  bottom: 75px;
  right: 0;
  left: 35.5%;
  padding: 0;
  cursor: pointer;
 
}
.tooltip-1 .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -30px;
  
  line-height: 1.3rem;
}

.tooltip-1 .tooltiptext::after {
   content: "";
  position: absolute;
  top: 100%;
  left: 67.5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-width: 15px;
  border-style: solid;
  border-color: #eee transparent  transparent transparent;
}

.tooltip-1:hover .tooltiptext {
  visibility: visible;
}



li, td {
	position: relative;
}