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

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;
}