/*
References:
--> .chrome
--> .opera
--> .edge
--> .explorer
--> .firefox
--> .safari
 */

/* IE */
body.explorer .diagonal-divider svg {
    height: calc(100% + 1px);
}

/* EDGE */
body.edge .diagonal-divider svg {
    height: calc(100% + 1px);
}

@media (max-width: 819px) {
    body.explorer .profileTitleSectionName:nth-child(2),
    body.edge .profileTitleSectionName:nth-child(2) {
        margin-left: 5px;
        margin-right: 5px;
    }
}