a:active, a:hover {
	outline: none !important;
}

header {
  background-image: url('images/index.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 20px;
  background-position: 50% 50%;
  
  
}
kbd {
	background-color: #D6D6D6FF;
	color: #565656FF;
}
h3 {
	font-size: 1.4em;
}
#logo {
 font-family: Verdana;
 font-size: 2em;
 color: white;
 
}
.accord{
   margin-top: 25px;
   
}
.links{
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
}
.cont{
	font-family: Verdana;
	font-size: 1.2em;
	text-align:justify;
	
}
code {
		color: #192fa8;
		font-size: 100%;
	}
  .note {
    border-right: 2px solid #a94442;
    border-left: 2px solid #a94442;
    padding: 0 10px;
    font-style: italic;

  }
.cont p {
 text-indent: 2.5em;
}
.cont pre {
	font-size: 1.1em;
}
#zag{
	margin-top: 25px;
}
.links1 {
	display: block;
	margin-top: 10px;
	padding: 10px;
	width: 600px;
}
.q1 {
	  margin-top: -5px;
	  margin-left: 15px;
}
hr {
	
	border: 1px solid black;
}

ul.marker {
	list-style-image:url('../images/marker.png');
}
.drag1 {
  border: 2px solid red;
  background-color: #F5F5F5;
}
.drag {
   border: 2px solid green;
   width: 300px;
   margin-bottom: 10px;
}
.sortable{
 list-style-type: none;
}
.sort {
   margin-bottom: 10px;
}
.drag2 {
   background-color: red;
   text-align: center;
}

.up {

    position:fixed;
	bottom: 10px;
	left: 20px;
	display: none;
	
}

#menu1 div {
  border: 2px solid green;
}
 .otstup__top {
  margin-top: 20px;
 }
iframe {
	max-width: 100%;
}
.pics {
	display: flex;
	height: 200px;
	width: 100%;
	
	}
.pics img {
	margin: auto;
}

.mt50{
	margin-top: 70px;
}

pre {
	max-width: 100%;
	
}

ol.count {
	list-style-type: none;
	counter-reset:  item;
}
ol.count li::before {
    content: counter(item)') '; 
    counter-increment: item; 
   }
table.t1 {
	border: 1px solid black;
}
table.t1 th {
   text-align: center;
   color: red;
   border-bottom: 1px dotted red;
   padding-bottom: 20px;
   padding-top: 10px;
}

table.t1 td {
	padding: 10px;
	border:  none;
}

table.t1 td kbd {
	background-color: #eee;
	color: black;
}

ol {
	list-style-image: initial;
	
}
.annotation {
	font-size:  1.4em;
	text-align: justify;
	text-indent: 2.5em;
}
code {
		color: #16035E;
	}
.note {
    border-right: 2px solid #a94442;
    border-left: 2px solid #a94442;
    padding: 0 10px;
    font-style: italic;

  }
  @media(max-width: 480px) {
body {
	font-size: 100%;

  }
  img[src="images/up.png"] {
  	width: 40%;
  	
  }
}
