/* ---------- facepalm ---------- */

/* IE 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .flow .article#content {
        width: 100%!important;
    }
    .flow .article#content .container {
        width: 100%!important;
    }
    .feed {
        overflow-y: auto!important;
    }
    #card .dots .dot {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #card .segment.front {
        margin-top: 14px;
    }
    #content .training .rectangle .inside.right .icon {
        margin-left: -11px!important;
    }
    #content .ui.card {
        box-shadow: none;
    }

}

/* Microsoft Edge */
@supports (-ms-ime-align: auto) {
    #card .dots .dot {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #card .segment.front {
        margin-top: 14px;
    }
}