._dedge-ribbon {
    z-index: 99999999999999 !important;
    position: fixed;
    left: 0;
    width: 100%;
    height: 32px;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

._dedge-ribbon.top {
    top: 0;
}

._dedge-ribbon.bottom {
    bottom: 0;
}

._dedge-ribbon.hidden {
    height: 0;
}

html._has_dedge_ribbon_top body {
    padding-top: 32px;
}

._dedge-ribbon-inner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    position: relative;
}

._dedge-ribbon-content {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 22px;
}

._dedge-ribbon-content a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

#_dedge-ribbon-close {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    text-decoration: none;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
}