body {
  max-width: 100%;
}
  svg:hover
  {fill:#0e406e;
  transition: 5s;}
  h1,h2,h3,h4,a,em,span.fr
  {
  color:#0e406e;
    padding: 2px;
  font: bold serif;
  background-color: #eeeeee;
  }
  #menu #list {
    height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    background: #ffffff;
	color:#0e406e;
}

#menu:hover #list {
    height: auto;
    transition: max-height 0.25s ease-in;
}
#menu1 #list1 {
    height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    background: #efefef;
	color:#0e406e;
}
#menu1:hover #list1 {
    height: auto;
    transition: max-height 0.25s ease-in;
}
nav {
	background: #eeeeee;
	color:#0e406e;
}
em.red
{
  color:#FF0000;
}
.st24{font: italic 24px serif; fill: red;}
.st20{font: italic 20px serif; fill: red;}
.st16{font: italic 16px serif; fill: red;}
.st12{font: italic 12px serif; fill: black;}
.st14{font: italic 14px serif; fill: black;}
.st14re{font: italic 14px serif; fill: black;background-color:rgba(255, 99, 71, 0.5);}
.st24r{font: italic 24px serif; fill: black; transform: rotate(270, 110, 60); }
.Rrrrr123{font: italic 24px serif; fill: blue;}
#st:hover{fill:none;stroke:#FF0000;stroke-width:1;stroke-miterlimit:0.5;}
#greenWhite {
	color:MediumSeaGreen;
}
p.er
  {
  background: #FFF8DC;
  color:#c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  }
p.b {
  font: italic small-caps bold 24px/30px Times, serif;
  background: #FFF8DC;
  color:#000000;
}
p.cntr {
  text-align: center;
}
span.eq {
	font-size: 1.2em;
}
hr.crl
  {
	  color:#0e406e;
 }	   
span.therun {
	font-size: 1.2em;
	background: #0e406e;
  color:#FFFFFF;
}
a.ext {
   font: italic 2em serif;
   color: blue
  }
p {
	text-indent: -10px;
  margin: 1em;
}
.city {
  background-color: #0e406e;
  color: white;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
.gr {
	background-color:rgba(14,64,110,0.15);
	padding-left: 20px;
	padding-right: 20px;
}
th, td.hid {
  border-style: none;
}
#counting {
  border-left-style: solid;
  background-color:rgba(14,64,110,0.05);
  border-color:orange;
  border-width: 5px;
}
  .st14re{font: italic 1.5em sans-serif; fill: black;background-color:rgba(200, 200, 200, 0.8); text-align: center;border: 2px solid grey;}
  .center {
  margin-left: 30px;
  margin-right: 30px;
}
.deco {
text-decoration: underline;
text-decoration-color: rgba(14,64,110,0.8);
background-color:rgba(220, 220, 220, 0.5);
}
   [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #0e406e; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }
.box {
	font: italic 1.5em serif; 
	fill: red;
	background-color:lightgrey;
	border:2px solid Tomato;
}	
hr {
	color:grey;
	size:2;
}
div {
	align:left;
}
   div.back_border {
	background-color:rgba(220, 220, 220, 0.1);
	border:2px solid rgba(14, 64, 110, 0.3);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#cs
{
  color:rgba(14,64,110,0.8);
  font-size: 1.1em;
}
span {
	color:#0e406e;
}
#counting {
  border-left-style: solid;
  background-color:rgba(14,64,110,0.1);
  border-color:orange;
  border-width: 5px;
}
aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: rgba(14,64,110,0.1);
  border-style: outset;
}
details {
font-style: italic;
color:rgba(14,64,110,0.9);
}
div.ovx {
overflow-x: auto;
}
table, th, td {
  border:1px solid black;
}
  table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
	th:nth-child(even),td:nth-child(even) {
  background-color: #DDDDDD;
  padding-left: 30px;
} 
th.bld {
  border: 2px solid black;
  }
th, td.bldclr {
  border: 2px solid black;
  background-color: #CCCCCC;
  }


  .st14re{font: italic 1.5em sans-serif; fill: black;background-color:rgba(200, 200, 200, 0.8); text-align: center;border: 2px solid grey;}
  .center {
  margin-left: 30px;
  margin-right: 30px;
}
.deco {
text-decoration: underline;
text-decoration-color: rgba(14,64,110,0.8);
background-color:rgba(220, 220, 220, 0.5);
}
   [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #0e406e; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }
   div.back_border {
	background-color:rgba(220, 220, 220, 0.1);
	border:2px solid rgba(14, 64, 110, 0.3);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
details {
font-style: italic;
color:rgba(14,64,110,0.9);
}
em.counting {
font-style: italic;
color:rgba(14,64,110,0.9);
font-size: 1.4em;
border: 1px solid orange;
padding: 7px;
}
li.count {
font-style: bold;
color:rgba(14,64,110,0.9);
font-size: 2em;
border: 1px solid orange;
padding: 7px;
margin: 5px;
}
li#count_pad {
padding: 7px;
}
li#rezult {
font-size: 2em;
border-style: solid;
background-color:rgba(14,64,110,0.1);
border-color:orange;
border-width: 1px;
}