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

img.image_borders {
    padding: 0;
    border: 0.5px solid #E5E4E5;
    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;
}

/* Gate2Asia start*/
img.image.image_flags {
    border: none;
    box-shadow: none;
    padding: 0;
    height:24x;
    min-height: 24px;
    width: auto;
	margin-top: 4px;
}

img.image.image_initial_letter {
    border: none;
    box-shadow: none;
    padding: 0;
    height: 3em;
	min-height: 3em;
    width: auto;
    margin-top: 0.3em;
	margin-bottom: 0.1em;
	margin-right: 1em;
}
/* Gate2Asia end*/

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