a:hover { text-decoration: underline; }
div.method_rec { background: #FFFCE4; border-color: #ED680D; }
h3.method_rec  { color: #ED680D; }
.color     { color: #ED680D; }
div.blocks { background: #FFFCE4; border-color: #ED680D; }
h3.blocks  { color: #ED680D; }
ul.galka   { text-align: justify; list-style:square inside url(/images/galka.gif); margin: 0; }
.initial::first-letter { color: #ED680D; }

img[style*="float: right;"] {
    margin-left: 1em;
}

ul ~ div.method_rec {
    margin-top: 0px;
}

table ~ div.method_rec {
    margin-top: 0px;
}

div ~ div.method_rec {
    margin-top: 10px;
}

.container {
  display: flex;
  justify-content: space-around;
  margin: 2;
}

.GreenNumbers {
    list-style-type: none;
}
.GreenNumbers ol {
    margin-left: 2em;
}
.GreenNumbers li {
    counter-increment: count-me;
}
.GreenNumbers li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #008000;
    font-weight: bold;
}
