img.image {
    padding: 0;
    border: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-width: 790px;
}

img.image.image_big {
    padding: 0;
    border: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-width: 100%;
}

img.image.image_icon {
    border: none;
    box-shadow: none;
    margin-bottom: 1px;
    padding: 0;
    vertical-align: text-bottom;
    height: 1em;
    width: auto;
}

img.image.image_method_icon6 {
    border: none;
    box-shadow: none;
    padding: 0;
    height: 32px;
    min-height: 24px;
    width: auto;
    margin-bottom: 0;
}

.fig.fignone .figcap + br + img {
    margin-bottom: -5px;
}