.external_buttons {
    max-width: 80%;
    margin: 0 auto;
    a:after {
        content: none !important;
    }

    .e_button {
        display: inline-block !important;
        /* width: 88px !important;
        height: 31px !important; */
        img {
            image-rendering: pixelated;
            max-width: 100%;
        }
    }
}