
/* Ш-8041 Ссылка для сброса сохраненных параметров */
.md_inform_tooltip_icon{

    /* min-width надо иначе деформируется */
    /* http://pvoytko.ru/jx/kgbSb4nfGa */
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #a1c1ff;
    align-items: center;
    border-radius: 30px;
    background-color: #f3f3ff;
    color: #7eb7f7;
    text-decoration: none;
}

